The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | # Copyright 2007 The Android Open Source Project |
| 2 | # |
| 3 | LOCAL_PATH:= $(call my-dir) |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 4 | |
Dan Willemsen | 98ff0b7 | 2016-03-23 00:42:44 -0700 | [diff] [blame] | 5 | include $(CLEAR_VARS) |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
Dan Willemsen | 98ff0b7 | 2016-03-23 00:42:44 -0700 | [diff] [blame] | 7 | LOCAL_MODULE := pmlib |
| 8 | LOCAL_MODULE_STEM := pm |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 9 | include $(BUILD_JAVA_LIBRARY) |
| 10 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 11 | include $(CLEAR_VARS) |
Dan Willemsen | 98ff0b7 | 2016-03-23 00:42:44 -0700 | [diff] [blame] | 12 | LOCAL_MODULE := pm |
| 13 | LOCAL_MODULE_CLASS := EXECUTABLES |
| 14 | LOCAL_SRC_FILES := pm |
| 15 | LOCAL_REQUIRED_MODULES := pmlib |
| 16 | include $(BUILD_PREBUILT) |