Home | History | Annotate | Download | only in VideoEditor
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES := \
      5     $(call all-java-files-under, src)
      6 
      7 LOCAL_PACKAGE_NAME := VideoEditor
      8 
      9 LOCAL_JAVA_LIBRARIES :=
     10 
     11 LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
     12 
     13 LOCAL_PROGUARD_ENABLED := disabled
     14 
     15 #LOCAL_SDK_VERSION := current
     16 
     17 include $(BUILD_PACKAGE)
     18 
     19 ##################################################
     20 include $(CLEAR_VARS)
     21 
     22 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES :=
     23 
     24 include $(BUILD_MULTI_PREBUILT)
     25 
     26 include $(call all-makefiles-under, $(LOCAL_PATH))
     27