allwinner_a64/android/frameworks/base/media/packages/BluetoothMidiService/Android.mk
2018-08-08 15:50:00 +08:00

12 lines
242 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES += \
$(call all-java-files-under,src)
LOCAL_PACKAGE_NAME := BluetoothMidiService
LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)