commit | 1e6a35c090d5d70c7239cfc84eaaaa3be48b5447 | [log] [tgz] |
---|---|---|
author | Jordan Liu <jminjie@google.com> | Wed Nov 13 11:40:32 2019 -0800 |
committer | Jordan Liu <jminjie@google.com> | Wed Nov 13 20:02:42 2019 +0000 |
tree | 55987539f2c8f5d4350eb34f6624aa1fe0a48df3 | |
parent | fd2af051863c4b8b552db9bea8034d9c6bdee219 [diff] |
Fix comment issue In makefile when a comment ends with \ the next line becomes part of the comment. Fix this by removing the comment. Bug: 144435423 Bug: 135956699 Fixes: 144429950 Test: build and adb shell pm list to confirm the packages are present Change-Id: Ia182dc871445552ecf265de19836a719a2e88540
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.