blob: d20b81a917a0e306e57524e9ef51e8b38de88c36 [file] [log] [blame]
The Android Open Source Project792a2202009-03-03 19:32:30 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Querud171df72010-01-05 16:27:24 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Project792a2202009-03-03 19:32:30 -08005
6LOCAL_SRC_FILES := $(call all-java-files-under, src) \
7 src/com/android/music/IMediaPlaybackService.aidl
8
9LOCAL_PACKAGE_NAME := Music
10
Marco Nelissenff3d4372010-01-27 09:46:40 -080011LOCAL_SDK_VERSION := current
12
The Android Open Source Project792a2202009-03-03 19:32:30 -080013include $(BUILD_PACKAGE)
14
15# Use the folloing include to make our test apk.
16include $(call all-makefiles-under,$(LOCAL_PATH))