Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [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-java-files-under, src) |
| 7 | |
| 8 | LOCAL_PACKAGE_NAME := ProxyHandler |
Anton Hansson | a3e79fb | 2018-02-23 12:57:51 +0000 | [diff] [blame] | 9 | LOCAL_PRIVATE_PLATFORM_APIS := true |
Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [diff] [blame] | 10 | LOCAL_CERTIFICATE := platform |
| 11 | LOCAL_PRIVILEGED_MODULE := true |
| 12 | |
| 13 | include $(BUILD_PACKAGE) |
| 14 | |
| 15 | include $(call all-makefiles-under,$(LOCAL_PATH)) |