android_mt6572_jiabo/frameworks/base/media/packages/BluetoothMidiService/Android.mk
2025-09-05 16:56:03 +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)