Home | History | Annotate | Download | only in testPauseResume
      1 #########################################################################
      2 # OpenGL ES JNI sample
      3 # This makefile builds both an activity and a shared library.
      4 #########################################################################
      5 TOP_LOCAL_PATH:= $(call my-dir)
      6 
      7 # Build activity
      8 
      9 LOCAL_PATH:= $(call my-dir)
     10 include $(CLEAR_VARS)
     11 
     12 LOCAL_MODULE_TAGS := optional
     13 
     14 LOCAL_SRC_FILES := $(call all-subdir-java-files)
     15 
     16 LOCAL_PACKAGE_NAME := TestEGL
     17 
     18 include $(BUILD_PACKAGE)
     19