commit | 4a0d5134e1af45761cd5748d2357dc6b68fa3847 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 17 22:53:54 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Nov 06 10:00:51 2018 -0800 |
tree | 3491c4f6ce3c49b9b951e00b08085b0d09468138 | |
parent | 7549e5e9195b529c93a3cca9dc829cd95a543496 [diff] |
releasetools: Add tests for VerityImageBuilder. `testdata/verity_mincrypt` is generated with the following command. $ generate_verity_key \ -convert testdata/verity.x509.pem \ testdata/verity_mincrypt Test: python -m unittest test_verity_utils Change-Id: I3f2f0cd89da0fd5d2420e0e2b09761cc77f893c5
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.