aboutsummaryrefslogtreecommitdiff
path: root/android/cipd/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'android/cipd/Android.bp')
-rw-r--r--android/cipd/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/android/cipd/Android.bp b/android/cipd/Android.bp
new file mode 100644
index 000000000..ee34243ad
--- /dev/null
+++ b/android/cipd/Android.bp
@@ -0,0 +1,19 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+bootstrap_go_package {
+ name: "soong-android-cipd",
+ pkgPath: "android/soong/android/cipd",
+ deps: [
+ "blueprint",
+ "soong-android",
+ ],
+ srcs: [
+ "cipd.go",
+ ],
+ testSrcs: [
+ "cipd_test.go",
+ ],
+ pluginFor: ["soong_build"],
+}