aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-10-06 16:12:58 -0700
committerColin Cross <ccross@android.com>2016-10-13 14:52:47 -0700
commitce75d2c6a23fdff806466fab7ad6d8ec471182e0 (patch)
tree7beffa26d89505d595ea3ca60bdf975d1145b7b9 /Android.bp
parent4498afc55b858e856d84925281dbf254a6280efb (diff)
downloadbuild_soong-ce75d2c6a23fdff806466fab7ad6d8ec471182e0.tar.gz
build_soong-ce75d2c6a23fdff806466fab7ad6d8ec471182e0.tar.bz2
build_soong-ce75d2c6a23fdff806466fab7ad6d8ec471182e0.zip
Initial prebuilt support
Support prebuilt shared libraries as an initial proof-of-concept of prebuilts. Future changes will support binaries and static libraries, and the ability to select which to use based on something besides blueprint properties. Test: TestPrebuilts run during m -j Change-Id: I6e84da667e9005ae11844bad01d25cbe4ced1ce3
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0ba669ca..88210983 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@ bootstrap_go_package {
"android/onceper.go",
"android/package_ctx.go",
"android/paths.go",
+ "android/prebuilt.go",
"android/register.go",
"android/util.go",
"android/variable.go",
@@ -81,6 +82,7 @@ bootstrap_go_package {
],
testSrcs: [
"android/paths_test.go",
+ "android/prebuilt_test.go",
],
}
@@ -126,6 +128,7 @@ bootstrap_go_package {
"cc/check.go",
"cc/gen.go",
"cc/makevars.go",
+ "cc/prebuilt.go",
"cc/relocation_packer.go",
"cc/sanitize.go",
"cc/stl.go",