commit | f786f03656c27b754b1fad128a58b946eb3c3102 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Dec 08 10:54:43 2017 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Dec 08 10:54:43 2017 +0800 |
tree | 6de5e91adf45004de5b7980caa7219512c8a4f3a | |
parent | af3984d26d70c9fdb2b8e53b28b4a196a33aaeac [diff] |
Add a default apn-conf.xml into GSI Add a default apn-conf.xml for telephony data network, then some devices, ex. emulator, could use the default setting when it's system image overrided by GSI. Bug: 69869274 Test: build pass and boot a Pixel device with GSI to home screen Change-Id: I0275a5d420eadcbb2f744e995c9a72a1fb46b935
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.