[LSC] Add LOCAL_LICENSE_KINDS to cts
Added SPDX-license-identifier-Apache-2.0 to:
tests/mediapc/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I3966207574393e2e18eba699708bb0f3f5a1b45d
diff --git a/tests/mediapc/Android.bp b/tests/mediapc/Android.bp
index 5230413..dcfdb23 100644
--- a/tests/mediapc/Android.bp
+++ b/tests/mediapc/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "CtsMediaPerformanceClassTestCases",
defaults: ["cts_defaults"],