aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2019-04-12 13:11:38 -0500
committerDan Willemsen2019-04-15 16:52:05 -0500
commit633c50229544db07f48e75833cab655a294f677d (patch)
tree47e413905fa708b51e7d4274d01ddfbeeabfccea /Android.bp
parent4bca455fd9ecb6d5c2ca7ff71145a22d845f5990 (diff)
downloadplatform-build-soong-633c50229544db07f48e75833cab655a294f677d.tar.gz
platform-build-soong-633c50229544db07f48e75833cab655a294f677d.tar.xz
platform-build-soong-633c50229544db07f48e75833cab655a294f677d.zip
Support RuleBuilder.Sbox to wrap commands in sbox
This essentially allows you to declare that everything in a directory will be created by the rule, and we'll ensure that your command actually writes out all of the claimed outputs, and remove any other files that previously existed in that directory. Test: built-in tests Change-Id: I990dce2b3a0d89ebd2736ac1a0cadfb5864c6e73
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 a4e6e7d7..6b59f041 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,6 +37,7 @@ bootstrap_go_package {
37 "blueprint-bootstrap", 37 "blueprint-bootstrap",
38 "soong", 38 "soong",
39 "soong-env", 39 "soong-env",
40 "soong-shared",
40 ], 41 ],
41 srcs: [ 42 srcs: [
42 "android/androidmk.go", 43 "android/androidmk.go",