aboutsummaryrefslogtreecommitdiff
path: root/tools/ese_ls_provision/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ese_ls_provision/Android.bp')
-rw-r--r--tools/ese_ls_provision/Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/ese_ls_provision/Android.bp b/tools/ese_ls_provision/Android.bp
index c5dd636..0bcac19 100644
--- a/tools/ese_ls_provision/Android.bp
+++ b/tools/ese_ls_provision/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 "external_libese_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libese_license"],
+}
+
cc_binary {
name: "ese-ls-provision",
proprietary: true,
@@ -32,4 +41,3 @@ cc_binary {
"libbase", "libese", "libese-hw-nxp-pn80t-nq-nci", "libese-teq1", "libp61-jcop-kit"],
srcs: ["ese_ls_provision.cpp"],
}
-