commit | e8befad0909b1e168a91d73a07744e4522318aa9 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Sat Apr 18 14:38:21 2020 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Sat Apr 18 14:38:25 2020 +0000 |
tree | dbd732405b669b9345eb14f029e220c2ef7dbcd7 | |
parent | c94417e9a75269f012f665880d5c863187d7cfc8 [diff] |
Use prebuilt dir variable for BISON_PKGDATADIR, instead of an absolute path. Test: m Signed-off-by: Jingwen Chen <jingwen@google.com> Change-Id: I329d8f685f60fd05727b65aecb82eb03807e9201
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.