blob: 8171e1fc8eb40ef730fa91d88ca9c33553c069cd [file] [log] [blame]
Sasha Smundak6a6bdad2019-01-24 23:20:47 -08001// OpenGL ES JNI sample
Bob Badour3306e492021-02-25 15:35:37 -08002package {
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
Sasha Smundak6a6bdad2019-01-24 23:20:47 -080011android_app {
12 name: "TestEGL",
13 srcs: ["**/*.java"],
14 sdk_version: "current",
15}