commit | 2d541f35cd91fb0cd70ee2bbd100765dac66b13a | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Mon Dec 17 16:15:50 2018 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed Dec 19 14:42:27 2018 +0800 |
tree | 9ba5fce1540fb8e3575bd8db9922cf876d680a41 | |
parent | a4fd5e72a47046171663a6f42b31096a86ddf7ea [diff] |
Apply skip mounting product and other partitions in GSI Uses skip_mount.cfg for `init` to skip mounting product and product_service paritions in GSI. The patch also removes the un-mount in `init.gsi.rc`. With this patch, a device with flashing GSI will not use the content in product/prodcut_service partitions on the device and will always use the content under /system/product in GSI. The patch also rename the target/product/vndk to target/product/gsi. Bug: 120208657 Bug: 117246558 Test: Boot blueline master/P with flashing aosp_arm64-userdebug Test: /product and /product_service should be symbolic links Change-Id: Idc9c60e5a05b3d90fc4ab64b0ac000571849b19b
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.