commit | 2dcba6fed754c9c1ff145660386f0485aa062949 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Wed May 23 15:35:30 2018 -0700 |
committer | Ruchi Kandoi <kandoiruchi@google.com> | Thu May 24 21:57:03 2018 +0000 |
tree | e775ef0992217a7afefc9689db81a98b05df0694 | |
parent | 76c6cf247e475548bae94216ea8e596e98e19988 [diff] |
Adds SecureElement apk to core_minimal.mk and core_tiny.mk Bug: 79999791 Bug: 80000595 Test: CtsOmapiTestCases; works on phones/tablets, needs to be verified on wearables Change-Id: I114b9d02097e880d8369b75790fae5b995db8e59
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.