Re: [android-building] Re: Some questions on Android.bp files

2019-09-02 Thread jw wang
Hello Amit Agrawal I need to create some items as marked by red in the following to avoid proguard_dictionary', needed by 'out/target/common/obj/APPS/ AudioEFXService_intermediates/proguard_dictionary optimize: { proguard_flags_files: ["proguard.flags"], enabled: false, },

Re: [android-building] Re: Some questions on Android.bp files

2019-08-26 Thread Amit Agrawal
Hi wang, I have also faced such issues. This comes when you are building a Module which is written in Android.bp and you want to include some dependency(a module like shared library) which is written in Android.mk. The soong build system can not resolve such dependencies. I haven't got any

Re: [android-building] Re: Some questions on Android.bp files

2019-08-21 Thread jw wang
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

Re: [android-building] Re: Some questions on Android.bp files

2019-08-05 Thread 'Dan Willemsen' via Android Building
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 wrote: > Hi Google > > I'm coming across two similar build break after converting the

[android-building] Re: Some questions on Android.bp files

2019-08-01 Thread jw wang
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/