blob: 1898bb7ed433a1df276db55c8b48381d2fb6db2b [file] [log] [blame]
Jack Palevich2f6e41d2011-01-14 19:27:56 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := samples
5
6# Only compile source java files in this apk.
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_PACKAGE_NAME := BasicGLSurfaceView
10
11LOCAL_SDK_VERSION := current
12
13include $(BUILD_PACKAGE)