diff options
| author | JP Abgrall <jpa@google.com> | 2012-11-13 19:27:14 -0800 |
|---|---|---|
| committer | JP Abgrall <jpa@google.com> | 2012-11-14 10:48:13 -0800 |
| commit | 70aba57df0f4a0ee800e7ba3694dbd9b6302a470 (patch) | |
| tree | 67081f2c7cdc56d70b6cfa08f032aeaed2267f6e | |
| parent | a45056e35c1af2a0f0a6eed258fd5fdf4846a79f (diff) | |
| download | android_external_android-clat-70aba57df0f4a0ee800e7ba3694dbd9b6302a470.tar.gz android_external_android-clat-70aba57df0f4a0ee800e7ba3694dbd9b6302a470.tar.bz2 android_external_android-clat-70aba57df0f4a0ee800e7ba3694dbd9b6302a470.zip | |
build and include for debug builds.
The builds the clatd and adds the needed conf file.
Change-Id: Idb45a7b8b712ffaedddee9f3ca73d44001eaba81
| -rw-r--r-- | Android.mk | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -7,8 +7,19 @@ LOCAL_C_INCLUDES := external/libnl-headers LOCAL_STATIC_LIBRARIES := libnl_2 LOCAL_SHARED_LIBRARIES := libcutils -LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_TAGS := debug LOCAL_MODULE := clatd include $(BUILD_EXECUTABLE) + + +include $(CLEAR_VARS) + +LOCAL_MODULE := clatd.conf +LOCAL_MODULE_CLASS := ETC +LOCAL_MODULE_PATH := $(TARGET_OUT)/etc +LOCAL_SRC_FILES := $(LOCAL_MODULE) +LOCAL_MODULE_TAGS := debug + +include $(BUILD_PREBUILT) |
