commit | 4260fc15758624cfc1b70a03887ac52ab5448178 | [log] [tgz] |
---|---|---|
author | Stefen Wakefield <me@xstefen.dev> | Tue Mar 23 04:58:22 2021 -0500 |
committer | Stefen Wakefield <me@xstefen.dev> | Mon Apr 12 17:33:29 2021 +0000 |
tree | 6c387bc9a9e7172ad67e474afc6b4577c0de66a5 | |
parent | 71c70485933b0680b1a95cba055ebbea5c8167dc [diff] |
sign_target_files_apks: Relax ro.build.description requirements Some OEMs, namely OnePlus don't use AOSP compliant build description. Making sure that the last piece ends with -keys is more than enough. Change-Id: Iefa3c408a3fdda0b63db257befb8ba2d36793293
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.