commit | 28fbe7f9e97e95df952c85e7b82b929a31374539 | [log] [tgz] |
---|---|---|
author | Evgeny Eltsin <eaeltsin@google.com> | Mon Jul 29 16:23:19 2019 +0200 |
committer | Evgeny Eltsin <eaeltsin@google.com> | Mon Jul 29 16:23:32 2019 +0200 |
tree | dd24054cdfb91800ccbedb86e305ccc39969d37c | |
parent | 98efd8290e73105555bead6fe030d42cad605c12 [diff] |
Add native bridge abis to corresponding abilists This uses TARGET_NATIVE_BRIDGE_*_ABI variable to automatically generate abi lists. Sample properties for x86+arm: ro.product.cpu.abilist=x86,armeabi-v7a,armeabi ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi ro.product.cpu.abilist64= Sample properties for x86_64+arm64: ro.product.cpu.abilist=x86_64,x86,arm64-v8a,armeabi-v7a,armeabi ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi ro.product.cpu.abilist64=x86_64,arm64-v8a Bug: http://b/77159578 Bug: http://b/28684022 Test: make cf_x86_64_phone, deploys, check adb shell getprop | grep abi Change-Id: I42a73f5c627b9d9f44e31cc5ad84238e1050f52a
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.