Fix a build failure issue of resource-encapsulation for android-debug mode.
authorcoderhyme <jhyo.kim@samsung.com>
Tue, 22 Sep 2015 08:51:29 +0000 (01:51 -0700)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 22 Sep 2015 15:01:53 +0000 (15:01 +0000)
Change-Id: I8bc556913b9582814144ef05fd5a9484b857a241
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2917
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 5fb1533ea069446cf65ef45c6e729da25f086dc1)
Reviewed-on: https://gerrit.iotivity.org/gerrit/2927

service/resource-encapsulation/android/service/src/main/jni/Android.mk

index 58cbd01..65c7204 100644 (file)
@@ -1,7 +1,7 @@
 LOCAL_PATH := $(call my-dir)
 
 ROOT_PATH := ../../../../../../..
-IOTIVITY_LIB_PATH := $(ROOT_PATH)/out/android/$(TARGET_ARCH_ABI)/release
+IOTIVITY_LIB_PATH := $(ROOT_PATH)/out/android/$(TARGET_ARCH_ABI)/$(APP_OPTIM)
 
 include $(CLEAR_VARS)
 LOCAL_MODULE := rcs_common