summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-25 15:03:23 -0800
committerBob Badour <bbadour@google.com>2021-02-25 15:03:23 -0800
commit8c96c74f3c921389e118d37e711b2a7cb085a2cd (patch)
tree0f170ff5ae0136c48b67ae686aabc7d46473a581 /native
parent2281d6b67d805a4f7a24c59dac779cb240677032 (diff)
downloadlibtextclassifier-8c96c74f3c921389e118d37e711b2a7cb085a2cd.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libtextclassifier
Added SPDX-license-identifier-Apache-2.0 to: coverage/Android.bp java/Android.bp java/tests/instrumentation/Android.bp jni/Android.bp native/Android.bp notification/Android.bp notification/tests/Android.bp Added SPDX-license-identifier-Apache-2.0 legacy_unencumbered to: Android.bp abseil-cpp/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ibd0d30dc0908aa996ad45999b08448734c592dfb
Diffstat (limited to 'native')
-rw-r--r--native/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/native/Android.bp b/native/Android.bp
index 8be0fbe..944acc5 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// 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_libtextclassifier_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libtextclassifier_license"],
+}
+
cc_library_headers {
name: "libtextclassifier_hash_headers",
vendor_available: true,