proguard_flag_files was a typo -- it should be proguard_flag*s*_files. It was fixed here: https://android-review.googlesource.com/c/platform/build/soong/+/691330
- Dan On Wed, Jul 31, 2019 at 11:32 PM jw wang <[email protected]> wrote: > Hi Google > > I'm coming across two similar build break after converting the mk to bp : > > 1. 1. service/Android.bp:7:28: unrecognized property " > optimize.proguard_flag_files“ > > 2. /android_common/proguard_dictionary', needed by > 'out/target/common/obj/APPS/AudioEFXService_intermediates/ > proguard_dictionary’ > > > I think the error comes from the optimize item which generated by > androidtomk tool > optimize: { > proguard_flag_files: ["proguard.flags"], > > }, > > > > On Tuesday, 30 July 2019 22:10:07 UTC+8, jyoti kulkarni wrote: >> >> Hello Sir/madam, >> >> Im trying to convert some of the .mk files to .bp >> I am using androidmk tool for initial conversion. >> >> But later I m trying to change the converted files to add some more >> properties and some conditional statement. >> >> I have below questions: >> 1. Any new property added is giving an error "unrecognized property" >> for eg: unrecognized property "host_required" >> >> 2. If I'am trying to include other .mk file in .bp its giving "Path >> Outside directory" >> Iam trying to do something like this: >> srcs: ["../Android.mk"] >> >> Please help in addressing these questions. >> >> Thanks >> > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/63281eff-1da3-40f8-83fd-9b19243d2e8f%40googlegroups.com > <https://groups.google.com/d/msgid/android-building/63281eff-1da3-40f8-83fd-9b19243d2e8f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CALQgHdmKeGVm4W2S5XdOXztvHJhNRhGL_xMQR9SMgiBHaByOJA%40mail.gmail.com.
