aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-10-26 21:49:39 +0900
committerJiyong Park <jiyong@google.com>2018-10-26 22:14:59 +0900
commit139a2e69350d5c0e69422acf952f5a0d1bb38dec (patch)
tree80bfa9bd3f6451651d8c7655124bea2da477117f /Android.bp
parent397e55e0cf3659300ca13e989fb0f11c57f96dde (diff)
downloadbuild_soong-139a2e69350d5c0e69422acf952f5a0d1bb38dec.tar.gz
build_soong-139a2e69350d5c0e69422acf952f5a0d1bb38dec.tar.bz2
build_soong-139a2e69350d5c0e69422acf952f5a0d1bb38dec.zip
Add filename property to prebuilt_etc
filename property is an optional property that specifies the name of the installed file which is by default name of the module. This will be used to APEXs to have ./etc/ld.config.txt files for their own. Test: m (prebuilt_etc_test.go added) Change-Id: Ic8d0c0044c5bc2c6c33117fe2c19ef6ad75451a8
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5faefe6e..1b93c0d2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -77,6 +77,7 @@ bootstrap_go_package {
"android/neverallow_test.go",
"android/paths_test.go",
"android/prebuilt_test.go",
+ "android/prebuilt_etc_test.go",
"android/util_test.go",
"android/variable_test.go",
],