commit | 326ad779c1aaed6fb11ea8285327e48612c5f651 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Thu Apr 26 13:19:53 2018 +0800 |
committer | Isaac Chen <ycchen@google.com> | Tue Jun 12 18:03:31 2018 +0800 |
tree | 57f0f8418c295345b76612f425ec8f0cb80488dc | |
parent | 9c8120aa48aab85c60efc0e9fb2e1845f6f83397 [diff] |
Create system.prop for GSI Pi Properties for GSI Pi are not exactly the same as those for legacy GSI. Create a new gsi_system.prop for GSI Pi to avoid reusing legacy treble_system.prop used by legacy GSI (aosp_$arch_a(b) products). Bug: 78605339 Test: build and observe the system/build.prop Change-Id: I435e33558e244009af9a91a97580fd56591ff6f3 Merged-In: I435e33558e244009af9a91a97580fd56591ff6f3 (cherry picked from commit 3fc49fede8579902d68f7ecea9eca5dce2b9ff99)
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.