commit | ef158a9a518595387110a4452a7af62b01aa016f | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu May 18 09:44:49 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed May 24 18:26:27 2023 -0700 |
tree | 981a1459ea8235a095c50bc7ab9f036768465c69 | |
parent | 2c5fb95f32d9bb80dd44cb9b99b8966f846b5b89 [diff] |
Add a copy of AB OTA partition list prop in vendor partition The sysprop to enable/disable AB OTA update is in vendor partition, but the sysprop which stores list of AB partitions is in product(which is on system side of treble boundary). This is inconsistent and might cause problems during mixed build. To mitigate, add a copy of AB partition list prop in vendor, and readers of this prop will prefer the vendor copy instead. Bug: 283042235 Test: th Change-Id: Idd73971817f663b08824e285d840ed8d8dd60d2c
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.