summaryrefslogtreecommitdiff
path: root/libsync
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-02-16 20:01:20 +0000
committerElliott Hughes <enh@google.com>2021-02-16 20:01:20 +0000
commitc3a206ccda9a78dd45d06b7d68dbe83e1fba779e (patch)
treecd137e76557bf1aadffe3cb43e02ab642bc81c71 /libsync
parent187b7d19504ca8bdcbc6217c06a117017b4c6287 (diff)
downloadcore-c3a206ccda9a78dd45d06b7d68dbe83e1fba779e.tar.gz
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"
This reverts commit 187b7d19504ca8bdcbc6217c06a117017b4c6287. Reason for revert: system/core is multiple projects, not one. Change-Id: I790ea41741f8cd9b8b6db2f59a49e71fb0958fd6
Diffstat (limited to 'libsync')
-rw-r--r--libsync/Android.bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/libsync/Android.bp b/libsync/Android.bp
index 540a246e2..4828892b8 100644
--- a/libsync/Android.bp
+++ b/libsync/Android.bp
@@ -1,20 +1,3 @@
-package {
- default_applicable_licenses: ["system_core_libsync_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "system_core_libsync_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "NOTICE",
- ],
-}
-
ndk_headers {
name: "libsync_headers",
from: "include/ndk",