Re: [android-building] Unable to compile wpa_supplicant in AOSP-10 (Android Q) by running make command in root foleder of AOSP.

2019-10-04 Thread 'Dan Willemsen' via Android Building
Does whichever product you're building set WPA_SUPPLICANT_VERSION so that external/wpa_supplicant_8 is used? https://android.googlesource.com/platform/external/wpa_supplicant_8/+/refs/heads/master/Android.mk Is wpa_supplicant in your PRODUCT_PACKAGES? If not, you should be able to build it with

Re: [android-building] Android.bp accessibility

2019-10-04 Thread 'Colin Cross' via Android Building
Soong cannot access variables defined in Make. For variables defined in Android.bp files this is documented at https://android.googlesource.com/platform/build/soong/+/master/README.md#variables : "Variables are scoped to the remainder of the file they are declared in, as well as any child

[android-building] Dump Camera Frame to file in Framework layer AOSP 8.1

2019-10-04 Thread FlamurBerisha
Hello. Being fairly new as AOSP developer I am facing a problem dumping my camera frame (on preview) to a file for debug purposes. My question would be if there is already a method that does this, if not any clue where I could start, I am forced to do this in framework layer. Thank you. -- --

[android-building] Re: Missing dep libraries in generated apex

2019-10-04 Thread Michael Goffioul
Answering myself... It turns out the reason the deps are not included in the APEX is the presence of cfi sanitizer in their Android.bp. When this is set, HideFromMake for the module is set to true, and the module is then not included when generating out/soong/Android-${TARGET_PRODUCT}.mk On

[android-building] Android.bp accessibility

2019-10-04 Thread REGURI AKANKSHA
Is there any case that Android.bp can access variables declared in other files. say a variable "platform" is declared in some .mk file Can Android.bp now use that variable "platform" As per my knowledge it's "no" but I want to make sure about this Thanks in advance -- -- You received this