blob: 13ce3ad481fb5072df0aa344d37452cc4c7bd9a5 [file] [log] [blame]
Sasha Smundak6a6bdad2019-01-24 23:20:47 -08001//########################################################################
2// OpenGL ES JNI sample
3// This makefile builds both an activity and a shared library.
4//########################################################################
Bob Badour3306e492021-02-25 15:35:37 -08005package {
6 // See: http://go/android-license-faq
7 // A large-scale-change added 'default_applicable_licenses' to import
8 // all of the 'license_kinds' from "frameworks_native_license"
9 // to get the below license kinds:
10 // SPDX-license-identifier-Apache-2.0
11 default_applicable_licenses: ["frameworks_native_license"],
12}
13
Sasha Smundak6a6bdad2019-01-24 23:20:47 -080014android_app {
15 name: "TestViewport",
16 srcs: ["**/*.java"],
17 sdk_version: "8",
18}