diff options
Diffstat (limited to 'unbundled/Android.bp')
| -rw-r--r-- | unbundled/Android.bp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/unbundled/Android.bp b/unbundled/Android.bp new file mode 100644 index 000000000..f0dd4a4e5 --- /dev/null +++ b/unbundled/Android.bp @@ -0,0 +1,28 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +bootstrap_go_package { + name: "soong-unbundled", + pkgPath: "android/soong/unbundled", + deps: [ + "blueprint", + "blueprint-pathtools", + "soong", + "soong-android", + "soong-cc", + "soong-java", + "soong-filesystem", + ], + srcs: [ + "unbundled.go", + ], + testSrcs: [ + "unbundled_test.go", + ], + pluginFor: ["soong_build"], +} + +unbundled_builder { + name: "unbundled_builder", +} |
