Make Gesturebuilder build like a sample.

Change-Id: I42f097fbb46631de9bb088d7aeade971480c72ae
This commit is contained in:
Xavier Ducrohet
2009-12-01 18:31:34 -08:00
parent eb3547b3d0
commit bc9cac1715

View File

@@ -17,9 +17,11 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples tests
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := GestureBuilder
LOCAL_CERTIFICATE := platform
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)