Re: [android-building] Re: Android Security Backport Released

2023-08-07 Thread 'del...@google.com' via Android Building
Android security backport source code is now available. The following builds and tags are supported: 10286620, android-security-11.0.0_r70 10286622, android-security-12.0.0_r50 10286630, android-security-13.0.0_r8 -- -- You received this message because you are subscribed to the "Android Build

[android-building] Re: Android 13 QPR3 released

2023-08-07 Thread 'del...@google.com' via Android Building
Android 13 QPR3 source code is now available. The following builds, tags, and devices are supported: - TQ3A.230805.001, android-13.0.0_r67, Pixel 4a (5G), Pixel 4a, Pixel 5, Pixel 5a (5G), Pixel 6 Pro, Pixel 6, Pixel 6a, Pixel 7 Pro, Pixel 7, Pixel 7a - TQ3A.230805.001.A1, android-13.0.0_r68,

Re: [android-building] how the dist target is built?

2023-08-07 Thread 'Dan Willemsen' via Android Building
I've described the `dist` command line argument as a modifier, as it's not really a target itself. In general, it's changing the behavior of other targets so that they also perform copies into $DIST_DIR. 1. there seem no Makefile in the AOSP root now, how does the make command > find the make file

Re: [android-building] How to do Incremental build with updated compiler flags

2023-08-07 Thread 'Dan Willemsen' via Android Building
We tried to make reading files from Soong difficult to do, since this is very error prone, as shown by this thread. It looks like you may have bypassed these protections by running very early during initialization. > > Also I think that go files are executed only in the clean build not in > increme

[android-building] how the dist target is built?

2023-08-07 Thread Yongqin Liu
Hi, All This may be a silly question, but I could not find how the dist target is executed, could anyone here help give some explanations on it? 1. there seem no Makefile in the AOSP root now, how does the make command find the make files? 2. there seems no dist target defined in the build/make

Re: [android-building] Using Android.bp can't install APK to userdata partition while building Android-13 AOSP

2023-08-07 Thread tonyya...@gmail.com
Hi, I'm sorry for not getting back to you sooner. To avoid confusion, my intention is to copy APK files and configuration files to the specified directory in the data image when building AOSP. And the APK files will be manually installed on the production line after the image is flashed to the

Re: [android-building] How to do Incremental build with updated compiler flags

2023-08-07 Thread Vijay Ede
Thanks Dan for the response. Yes we are using a custom json file to maintain compiler flags and this json file is parsed in build/soong/cc/config/global.go file. I tried adding a Android.bp file to create a module with json file as src file and added this module as dependency in Android.bp f