Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
f013e1afd1e68af5e3b868c26a653bbfb39538f8
/
.
/
opengl
/
tests
/
finish
/
Android.mk
blob: f7b95edccb9143e28ed67a711dfa12b55812872a [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_SRC_FILES
:=
\
finish
.
c
LOCAL_SHARED_LIBRARIES
:=
\
libcutils \
libGLES_CM \
libui
LOCAL_MODULE
:=
test
-
opengl
-
finish
LOCAL_MODULE_TAGS
:=
tests
include $
(
BUILD_EXECUTABLE
)