commit | 4d50ea4dd757281af6dc3d5040de06571606ce83 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Aug 31 11:41:44 2020 -0400 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Sep 01 16:58:08 2020 -0400 |
tree | 6eb77bce7617eab9911302040fae02b849812830 | |
parent | f55227e25f53bfe8e5f4ca8860db5782b9198ad5 [diff] |
Add ota_metadata_pb2 to otatools.zip Sometimes tests are being run by executing python -m unittest *.py. In that case, invocation will fail due to missing ota_metadata_pb2, which is auto generated from ota_metadata.proto(added in recent change). Bug: 166718341 Test: unzip otatools.zip and python releasetools/test_utils.py Change-Id: I597c7ef6dbd8e46ccde020b3122cc38a8df28dc9
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.