Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
d3a7a4c6ebeef8000ee7856f95302ca04f0fccaf
/
.
/
opengl
/
tests
/
gralloc
/
Android.bp
blob: 414c80457ffd48be5bd3a937d8efff964ecf1c6f [
file
] [
log
] [
blame
]
Chih-Hung Hsieh
da3ad6f
2017-10-26 15:01:12 -0700
[
diff
] [
blame
]
1
cc_test
{
2
name
:
"test-opengl-gralloc"
,
3
4
srcs
:
[
"gralloc.cpp"
],
5
6
gtest
:
false
,
7
8
shared_libs
:
[
9
"libcutils"
,
10
"libutils"
,
11
"libui"
,
12
],
13
}