commit | 11ff39d1f7158f3bf833873718c207f95001985c | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Mar 17 16:16:05 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 17 16:16:05 2021 +0000 |
tree | b55ab106ba669058e8d3773de729cfcb89a9e66d | |
parent | 20c224305e0d3de18676523a255161114ec36dcd [diff] | |
parent | da163648a7bed93e15490114a9ba9f705e09fb73 [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/av" am: 65ac21dcb5 am: 4da5643ec2 am: da163648a7 Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1636639 Change-Id: I16fee55d3b556d4c3727c3106649c8224ce309a8
diff --git a/media/tests/SampleVideoEncoder/app/Android.bp b/media/tests/SampleVideoEncoder/app/Android.bp index 35fe0d8..3a66955 100644 --- a/media/tests/SampleVideoEncoder/app/Android.bp +++ b/media/tests/SampleVideoEncoder/app/Android.bp
@@ -14,6 +14,15 @@ * 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 "frameworks_av_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["frameworks_av_license"], +} + android_app { name: "SampleVideoEncoder",