diff options
Diffstat (limited to 'opengl/libs/Android.bp')
| -rw-r--r-- | opengl/libs/Android.bp | 9 |
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"], |