diff options
| author | Colin Cross <ccross@android.com> | 2020-01-27 19:03:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-27 19:03:23 +0000 |
| commit | b7ec426e016cc3ffc254326d98680073d059bbf2 (patch) | |
| tree | e10800d6a359f598620aef6213083802b17002cf /Android.bp | |
| parent | 699cf17f537f76eb1a5aa034375e7b92751329c3 (diff) | |
| parent | 9d34f358158becf922486eef274ffbf7e3fef9d9 (diff) | |
Merge "Simplify vendor conditionals"
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 0f7ef9e91..9b55c8c77 100644 --- a/Android.bp +++ b/Android.bp @@ -36,6 +36,7 @@ bootstrap_go_package { "blueprint", "blueprint-bootstrap", "soong", + "soong-android-soongconfig", "soong-env", "soong-shared", ], @@ -73,6 +74,7 @@ bootstrap_go_package { "android/sdk.go", "android/sh_binary.go", "android/singleton.go", + "android/soong_config_modules.go", "android/testing.go", "android/util.go", "android/variable.go", @@ -101,6 +103,7 @@ bootstrap_go_package { "android/prebuilt_test.go", "android/prebuilt_etc_test.go", "android/rule_builder_test.go", + "android/soong_config_modules_test.go", "android/util_test.go", "android/variable_test.go", "android/visibility_test.go", @@ -109,6 +112,20 @@ bootstrap_go_package { } bootstrap_go_package { + name: "soong-android-soongconfig", + pkgPath: "android/soong/android/soongconfig", + deps: [ + "blueprint", + "blueprint-parser", + "blueprint-proptools", + ], + srcs: [ + "android/soongconfig/config.go", + "android/soongconfig/modules.go", + ], +} + +bootstrap_go_package { name: "soong-cc-config", pkgPath: "android/soong/cc/config", deps: [ |
