summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 01:35:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 01:35:52 +0000
commit555cc3e3cfc5b2259a81f90d0f9a88621e9ec981 (patch)
tree0ec475338cc9b9509edf26e0f9db503443fba0ab
parent1890c29767c323b0a20bebd7fe326f2d88770bba (diff)
parentdc01ba03a3fafb1316c36fcca5140f249091bfb5 (diff)
downloadvndk-555cc3e3cfc5b2259a81f90d0f9a88621e9ec981.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to test/vts-testcase/vndk am: 0216b1a47c am: 0a1c83248f am: cb76459d43 am: dc01ba03a3
Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/vndk/+/1589097 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I07a45aa4c542b149e416f74e79035dd1957caac6
-rw-r--r--Android.bp4
-rw-r--r--golden/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dd7852f..1212b59 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
python_library_host {
name: "vts_vndk_utils",
pkg_path: "vts/testcases/vndk",
diff --git a/golden/Android.bp b/golden/Android.bp
index f5230f4..61ea604 100644
--- a/golden/Android.bp
+++ b/golden/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
python_binary_host {
name: "extract_lsdump",
main: "extract_lsdump.py",