summaryrefslogtreecommitdiff
path: root/opengl/libs/Android.bp
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-02-25 20:06:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-02-25 20:06:50 +0000
commit671994c80bad8c58d6b79ee94e0b1eae26423b2a (patch)
tree975713932f11f2c058f4a5cabf608af9a4aee594 /opengl/libs/Android.bp
parent9dce082f0b490876293c3924a3c18405b17e7d01 (diff)
parenta2a777386263118bdd758a9ff28c20216c0f3d09 (diff)
Merge "Revert "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native"" into sc-dev
Diffstat (limited to 'opengl/libs/Android.bp')
-rw-r--r--opengl/libs/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp
index 7861d62311..5d17561248 100644
--- a/opengl/libs/Android.bp
+++ b/opengl/libs/Android.bp
@@ -1,13 +1,4 @@
// Build the ETC1 library
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
cc_library {
name: "libETC1",
srcs: ["ETC1/etc1.cpp"],