summaryrefslogtreecommitdiff
path: root/ANRdaemon
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:00:35 +0000
committerBob Badour <bbadour@google.com>2021-02-16 21:00:35 +0000
commit1e069ecc577f7c9a3a3d839ea3512f9c1baac5fd (patch)
tree4f22a5a3d44080b7f10905599c216d0e49fd4f3f /ANRdaemon
parent044d055c842a5750359ed71dfe50a6a4bf5f4cc3 (diff)
downloadextras-1e069ecc577f7c9a3a3d839ea3512f9c1baac5fd.tar.gz
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"
This reverts commit 044d055c842a5750359ed71dfe50a6a4bf5f4cc3. Reason for revert: Needs to run as multiple roots. Change-Id: I8e06e7eb19e0f634f52fbd8a1c6662f43e347dd5
Diffstat (limited to 'ANRdaemon')
-rw-r--r--ANRdaemon/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ANRdaemon/Android.bp b/ANRdaemon/Android.bp
index b5b9a5f6..9bb9b71e 100644
--- a/ANRdaemon/Android.bp
+++ b/ANRdaemon/Android.bp
@@ -1,12 +1,3 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "system_extras_license"
- // to get the below license kinds:
- // SPDX-license-identifier-BSD
- default_applicable_licenses: ["system_extras_license"],
-}
-
cc_binary {
name: "anrd",
srcs: ["ANRdaemon.cpp"],