Snap for 8429531 from 63459af41c7eec3246d7bc13898c84f722687de5 to tm-d3-release

Change-Id: I5c4cec5b36bc324669a08f777f33fff9236c2a8d
diff --git a/Android.bp b/Android.bp
index 78ac00a..4a09836 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,22 @@
 
+package {
+    default_applicable_licenses: ["external_bpftool_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+    name: "external_bpftool_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD-2-Clause",
+        "SPDX-license-identifier-GPL-2.0-only",
+    ],
+    license_text: [
+        "LICENSE.BSD-2-Clause",
+        "LICENSE.GPL-2.0",
+    ],
+}
+
 cc_binary_host {
     name: "bpftool",
     srcs: [