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