aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-02-04 11:22:08 -0800
committerColin Cross <ccross@android.com>2019-02-06 01:52:41 +0000
commit571cccfcbc795f2bc955ca7fb3ac09085b360e09 (patch)
tree16da47a7ce728a0dfec6d48b1ef89c2cf72341f3 /Android.bp
parent5cb5b093d1f49a160b6ef2994c6bce07793a7d2d (diff)
downloadbuild_soong-571cccfcbc795f2bc955ca7fb3ac09085b360e09.tar.gz
build_soong-571cccfcbc795f2bc955ca7fb3ac09085b360e09.tar.bz2
build_soong-571cccfcbc795f2bc955ca7fb3ac09085b360e09.zip
Prepare for a type-safe OnceKey
Add an opaque OnceKey type and use it for all calls to Once in build/soong. A future patch will convert the arguments to Once* to OnceKey once users outside build/soong have been updated. Test: onceper_test.go Change-Id: Ifcb338e6e603e804e507203c9508d30ffb2df966
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 5e9c600b..591e5c85 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,6 +78,7 @@ bootstrap_go_package {
"android/expand_test.go",
"android/namespace_test.go",
"android/neverallow_test.go",
+ "android/onceper_test.go",
"android/paths_test.go",
"android/prebuilt_test.go",
"android/prebuilt_etc_test.go",