Browse Source
PEMA-103 Workaround to find asn.1 headers
pull/25/head
ignaciogarcia
3 years ago
No known key found for this signature in database
GPG Key ID: 5E6A455C909DD623
1 changed files with
1 additions and
0 deletions
-
android/jni/Android.mk
|
|
@ -60,6 +60,7 @@ LOCAL_SRC_FILES := \ |
|
|
|
LOCAL_C_INCLUDES += $(GPGBUILD)/$(TARGET_ARCH_ABI)/include |
|
|
|
LOCAL_C_INCLUDES += $(LIB_PEP_ADAPTER_PATH)/build-android/include $(SRC_PATH)/libpEpAdapter |
|
|
|
LOCAL_C_INCLUDES += $(LIB_PEP_CXX11_PATH)/build-android/include $(SRC_PATH)/libpEpCxx11 |
|
|
|
LOCAL_C_INCLUDES += $(ENGINE_PATH)/asn.1 |
|
|
|
|
|
|
|
LOCAL_LDFLAGS = -Wl,--allow-multiple-definition |
|
|
|
LOCAL_LDLIBS += -llog |
|
|
|