Re: [android-building] Re: Android 11 Released

2021-03-15 Thread 'Xin Li' via Android Building
Hi, On Mon, Mar 15, 2021 at 7:44 AM danie...@gmail.com wrote: > Hi, > > The android-11.0.0_r0.64 tag for kernel/msm-modules/fts_touch is incorrect > for the Pixel 4a. It switched to the Pixel 4 and 4 XL revision of the code > and doesn't work anymore. The actual driver is now listed as > kernel/

[android-building] Using a lib from prebuilts that has no module

2021-03-15 Thread Tim Froehlich
I'm trying to add an app that depends on a java library (javax.annotation-api) that's in maven and is in my prebuilts/tools/common/m2 directory but doesn't have an module in it's Android.bp. (It has a java_import_host module for the wrong version). I can't figure out how to use that .jar and I

Re: [android-building] what product_variables means

2021-03-15 Thread 'Jingwen Chen' via Android Building
Hello Kiwon, You can find the definition of the `product_variables` property here: https://cs.android.com/android/platform/superproject/+/master:build/soong/android/variable.go - these contain properties specific to product configuration that are potentially applicable across module types. Every

[android-building] Re: Android 11 Released

2021-03-15 Thread danie...@gmail.com
Hi, The android-11.0.0_r0.64 tag for kernel/msm-modules/fts_touch is incorrect for the Pixel 4a. It switched to the Pixel 4 and 4 XL revision of the code and doesn't work anymore. The actual driver is now listed as kernel/msm-modules/fts_touch_s5. Is there a reason for this? It seems like a mi