summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 18:48:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 18:48:20 +0000
commit2e7cf5606e5f543df253e9b6fc77d4c9b7940b43 (patch)
treebc062b1fd82581de172811dd2b6ec3a81bdf3523
parent53ee0f120de250f31620f5aad3173239e69d7fa4 (diff)
parent2061b05a1911726cd01b19d03108c7ebb2059282 (diff)
downloadlibdmabufheap-2e7cf5606e5f543df253e9b6fc77d4c9b7940b43.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/memory/libdmabufheap am: 6d92182d0e am: 2061b05a19
Original change: https://android-review.googlesource.com/c/platform/system/memory/libdmabufheap/+/1589026 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic6cae7c2af8f0b83757fca32f4f5f013c8028a30
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp5
2 files changed, 8 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5d48248..021c265 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
srcs: [
"BufferAllocator.cpp",
diff --git a/tests/Android.bp b/tests/Android.bp
index 6b27ad0..bfac9ea 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "dmabufheap-unit-tests",
cflags: [
@@ -65,4 +69,3 @@ cc_test {
"-Wextra",
],
}
-