summaryrefslogtreecommitdiff
path: root/profcollectd
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 /profcollectd
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 'profcollectd')
-rw-r--r--profcollectd/Android.bp17
-rw-r--r--profcollectd/libprofcollectd/Android.bp9
-rw-r--r--profcollectd/libprofcollectd/bindings/libflags/Android.bp9
3 files changed, 0 insertions, 35 deletions
diff --git a/profcollectd/Android.bp b/profcollectd/Android.bp
index cd0d8852..16ffb54a 100644
--- a/profcollectd/Android.bp
+++ b/profcollectd/Android.bp
@@ -14,23 +14,6 @@
// limitations under the License.
//
-package {
- default_applicable_licenses: ["system_extras_profcollectd_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "system_extras_profcollectd_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "NOTICE",
- ],
-}
-
rust_binary {
name: "profcollectctl",
diff --git a/profcollectd/libprofcollectd/Android.bp b/profcollectd/libprofcollectd/Android.bp
index dc09889c..e1491b76 100644
--- a/profcollectd/libprofcollectd/Android.bp
+++ b/profcollectd/libprofcollectd/Android.bp
@@ -14,15 +14,6 @@
// 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 "system_extras_profcollectd_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["system_extras_profcollectd_license"],
-}
-
aidl_interface {
name: "profcollectd_aidl_interface",
unstable: true,
diff --git a/profcollectd/libprofcollectd/bindings/libflags/Android.bp b/profcollectd/libprofcollectd/bindings/libflags/Android.bp
index f7cf2ed9..9fd08551 100644
--- a/profcollectd/libprofcollectd/bindings/libflags/Android.bp
+++ b/profcollectd/libprofcollectd/bindings/libflags/Android.bp
@@ -14,15 +14,6 @@
// 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 "system_extras_profcollectd_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["system_extras_profcollectd_license"],
-}
-
cc_library_static {
name: "libprofcollect_libflags",
srcs: ["get_flags.cpp"],