aboutsummaryrefslogtreecommitdiff
path: root/platform_tools/android/apps/skqp/src/main/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/apps/skqp/src/main/Android.bp')
-rw-r--r--platform_tools/android/apps/skqp/src/main/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform_tools/android/apps/skqp/src/main/Android.bp b/platform_tools/android/apps/skqp/src/main/Android.bp
index 7b31d49e44..58c15f367a 100644
--- a/platform_tools/android/apps/skqp/src/main/Android.bp
+++ b/platform_tools/android/apps/skqp/src/main/Android.bp
@@ -2,6 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_skqp_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ // SPDX-license-identifier-CC0-1.0
+ // SPDX-license-identifier-MIT
+ // legacy_unencumbered
+ default_applicable_licenses: ["external_skqp_license"],
+}
+
android_test {
name: "CtsSkQPTestCases",
defaults: ["cts_defaults"],