blob: 5102b27720c26353a5d65045e61fedf342d6de73 [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
Ying Wang99ab8492010-09-29 15:24:22 -070011LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Marco Nelissen8d08ec22010-05-10 14:05:24 -070012
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))