diff options
Diffstat (limited to 'vulkan/libvulkan/Android.bp')
| -rw-r--r-- | vulkan/libvulkan/Android.bp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp index 67cd8754a3..1d29bab355 100644 --- a/vulkan/libvulkan/Android.bp +++ b/vulkan/libvulkan/Android.bp @@ -13,15 +13,6 @@ // limitations under the License. // Headers module is in external/vulkan-headers/Android.bp. -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"], -} - ndk_library { name: "libvulkan", symbol_file: "libvulkan.map.txt", |