blob: ddc1851b633115bf48ddc7ee1223643306ef8510 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := Home
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)