commit | b12abf031017edb77d2a8e168765e5b4ccc3e9b4 | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Mon Jun 11 23:23:10 2018 -0700 |
committer | bohu <bohu@google.com> | Tue Jun 19 11:51:31 2018 -0700 |
tree | 231653081e1cd6d19a3fa8baccb5fdb3fdeddf77 | |
parent | aac18a02d9e47bc3d6df63556628176d8630bf8c [diff] |
emulator: base sdk_phone_armv7/64 on aosp Switch to GSI images for arm/arm64 sdk images. BUG: 79941736 This cl does not impact real device images Test: make -j110 PRODUCT-sdk_phone_armv7-sdk showcommands dist \ DIST_DIR=git_master-without-vendor-linux-sdk_x86-sdk sdk_repo Change-Id: Ia50be068cc5e5307cdf7ee3a8e11014ed8019992 Merged-In: Ia50be068cc5e5307cdf7ee3a8e11014ed8019992
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.