| Colin Cross | cf8d1c2 | 2014-06-03 13:24:21 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) | 
|  | 2 |  | 
|  | 3 | include $(CLEAR_VARS) | 
|  | 4 | LOCAL_SRC_FILES := processgroup.cpp | 
|  | 5 | LOCAL_MODULE := libprocessgroup | 
| Dianne Hackborn | 2c5e7e1 | 2014-10-13 17:45:22 -0700 | [diff] [blame] | 6 | LOCAL_SHARED_LIBRARIES := liblog libutils | 
| Colin Cross | cf8d1c2 | 2014-06-03 13:24:21 -0700 | [diff] [blame] | 7 | LOCAL_C_INCLUDES := $(LOCAL_PATH)/include | 
|  | 8 | LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include | 
|  | 9 | LOCAL_CFLAGS := -Wall -Werror | 
| Colin Cross | cf8d1c2 | 2014-06-03 13:24:21 -0700 | [diff] [blame] | 10 | include $(BUILD_SHARED_LIBRARY) |