blob: 1bb5983299865ed3d055dbb03dd82f749669a046 [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_native_license"],
8}
9
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070010cc_test {
11 name: "test-opengl-configdump",
12
13 gtest: false,
14
15 srcs: ["configdump.cpp"],
16
Chih-Hung Hsieh7e9cd8e2017-11-14 15:08:56 -080017 cflags: [
18 "-Wall",
19 "-Werror",
20 ],
21
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070022 shared_libs: [
23 "libcutils",
24 "libEGL",
25 "libGLESv1_CM",
26 ],
27}