summaryrefslogtreecommitdiff
path: root/vbmeta_tools
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
commitc1ddcec52bb6a95f04da00965374f4ac744945dd (patch)
tree267b4b32eec1a9c1ee6b136866a9352f2d782157 /vbmeta_tools
parente474f50680b5c938d7462172b949578699df2854 (diff)
parent47b3c09c451749824a70a1d392097670a7a4bf95 (diff)
downloadextras-android-mainline-12.0.0_r8.tar.gz
Snap for 7550844 from 47b3c09c451749824a70a1d392097670a7a4bf95 to mainline-conscrypt-releaseandroid-mainline-12.0.0_r8android-mainline-12.0.0_r25android12-mainline-conscrypt-release
Change-Id: Ia9887db7ac5f1fa821cd8ba0b4e03dd7335e1c31
Diffstat (limited to 'vbmeta_tools')
-rw-r--r--vbmeta_tools/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/vbmeta_tools/Android.bp b/vbmeta_tools/Android.bp
index 73a9eb7f..56b62b91 100644
--- a/vbmeta_tools/Android.bp
+++ b/vbmeta_tools/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "vbmake",
host_supported: true,
@@ -23,4 +27,4 @@ cc_binary {
srcs: [
"vbmake.cc",
],
-} \ No newline at end of file
+}