1// OpenGL ES JNI sample
2package {
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "frameworks_native_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["frameworks_native_license"],
9}
10
11android_app {
12    name: "TestEGL",
13    srcs: ["**/*.java"],
14    sdk_version: "current",
15}
16