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",