commit | 7b634d345dcc410922660823dfeeae7226748021 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Oct 23 14:02:16 2020 -0700 |
committer | Jaewoong Jung <jungjw@google.com> | Fri Oct 23 14:02:16 2020 -0700 |
tree | b146635d826c5d3adc0e65e251eee19f76fa5780 | |
parent | e4d4188e4f8db85d1c9d122f4003b84ff639febf [diff] |
Remove duplicate quotation marks in apkcerts list. Fixes: 160845661 Test: Modify dialer cert string && m apkcerts-list Change-Id: I9da8dd70185057b2e13793dd14387223dc29b052
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.