| RoboErik | bfa153b | 2014-02-13 14:22:42 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := optional |
| 5 | |
| 6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) \ |
| 7 | $(call all-Iaidl-files-under, src) |
| 8 | |
| 9 | LOCAL_PACKAGE_NAME := OneMedia |
| 10 | LOCAL_CERTIFICATE := platform |
| 11 | |
| 12 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| Jeff Brown | ff0215d | 2014-07-14 04:05:08 -0700 | [diff] [blame] | 13 | android-support-media-protocols |
| RoboErik | bfa153b | 2014-02-13 14:22:42 -0800 | [diff] [blame] | 14 | |
| Narayan Kamath | 3bdd327 | 2014-11-27 18:17:35 +0000 | [diff] [blame^] | 15 | LOCAL_JAVA_LIBRARIES += org.apache.http.legacy |
| 16 | |
| RoboErik | bfa153b | 2014-02-13 14:22:42 -0800 | [diff] [blame] | 17 | LOCAL_PROGUARD_ENABLED := disabled |
| 18 | |
| 19 | include $(BUILD_PACKAGE) |