commit | da163648a7bed93e15490114a9ba9f705e09fb73 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Mar 16 06:08:19 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 16 06:08:19 2021 +0000 |
tree | a8ff852ca0ca6132733f0cb7b63253f3b94a4c65 | |
parent | ba6e55cd8f4860650389f9f6d2219c6930220d7d [diff] | |
parent | 4da5643ec26c04b9a958a47ba58592ca2289ae17 [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/av" am: 65ac21dcb5 am: 4da5643ec2 Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1636639 Change-Id: I57e26eae327fe4ada2fd944eca01dee8b16825f1
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",