blob: 5529559ec4af11d8ebb45534ac73900f3eeff6b6 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := VolantisLayout
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)