summaryrefslogtreecommitdiff
path: root/transport/allocator/1.0/utils/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:07:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:07:53 +0000
commitdbd90a1fc3692687c347337df856e4fee098451d (patch)
tree8a5d133f1c9c6dc833bfde097a8a033bc25835e0 /transport/allocator/1.0/utils/Android.bp
parentc12f9b9aa5a87e996f5e69f3988f417aab8dd01b (diff)
parente55dec192cc59f58a2883d4a9f694a0de59c9bf1 (diff)
downloadlibhidl-dbd90a1fc3692687c347337df856e4fee098451d.tar.gz
Change-Id: I328c6bf093eb8138186ec13fb8b7f7e782fa45cd
Diffstat (limited to 'transport/allocator/1.0/utils/Android.bp')
-rw-r--r--transport/allocator/1.0/utils/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/transport/allocator/1.0/utils/Android.bp b/transport/allocator/1.0/utils/Android.bp
index b324ef1..f21047d 100644
--- a/transport/allocator/1.0/utils/Android.bp
+++ b/transport/allocator/1.0/utils/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_libhidl_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_libhidl_license"],
+}
+
cc_library {
name: "libhidlallocatorutils",
vendor_available: true,