blob: 3da59b5090bba29047eeeb16a7d1d18ad9103ec5 [file] [log] [blame]
Jack Palevichfbbbb7c2010-03-29 16:04:21 -07001#########################################################################
2# OpenGL ES JNI sample
3# This makefile builds both an activity and a shared library.
4#########################################################################
5ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
6
7TOP_LOCAL_PATH:= $(call my-dir)
8
9# Build activity
10
11LOCAL_PATH:= $(call my-dir)
12include $(CLEAR_VARS)
13
14LOCAL_MODULE_TAGS := optional
15
16LOCAL_SRC_FILES := $(call all-subdir-java-files)
17
18LOCAL_PACKAGE_NAME := TestViewport
19
20include $(BUILD_PACKAGE)
21
22endif # TARGET_SIMULATOR