Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
552987fa5320a90b458538e19fa2889e56bb4123
/
.
/
opengl
/
tests
/
gl2_basic
/
Android.bp
blob: 74032716b6a82572dc5586e58ac2896cd335f8e6 [
file
] [
log
] [
blame
]
cc_test
{
name
:
"test-opengl-gl2_basic"
,
srcs
:
[
"gl2_basic.cpp"
],
gtest
:
false
,
shared_libs
:
[
"libcutils"
,
"libEGL"
,
"libGLESv2"
,
"libui"
,
"libgui"
,
"libutils"
,
],
static_libs
:
[
"libglTest"
],
cflags
:
[
"-DGL_GLEXT_PROTOTYPES"
],
}