Hi google is there anything missing so I got this ?
ninja: error: 'out/soong/.intermediates/FOO/android_common/proguard_dictionary', needed by 'out/target/common/obj/APPS/FOO_intermediates/proguard_dictionary', missing and no known rule to make it 11:43:21 ninja failed with: exit status 1 On Tuesday, August 6, 2019 at 2:03:33 AM UTC+8, Dan Willemsen wrote: > > 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] <javascript:>> > 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] >> <javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> 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/ab0120cc-1094-4f97-9d84-b08e9697e400%40googlegroups.com.
