blob: d2b76913b11064e6d645ad5d357fb5678b6bf132 [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
Joe Onoratoa1ef1622010-09-07 17:13:15 -040011LOCAL_SDK_VERSION := current
Marco Nelissenff3d4372010-01-27 09:46:40 -080012
Ying Wang99ab8492010-09-29 15:24:22 -070013LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Marco Nelissen8d08ec22010-05-10 14:05:24 -070014
The Android Open Source Project792a2202009-03-03 19:32:30 -080015include $(BUILD_PACKAGE)
16
17# Use the folloing include to make our test apk.
18include $(call all-makefiles-under,$(LOCAL_PATH))