From 3af2b9dbc728462183ff20fe10977927e3bf67ec Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Fri, 26 Jun 2020 14:38:47 +0000 Subject: [PATCH] Avoid conflict with vendor/seal --- mobicore/rootpa/Code/Android/app/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobicore/rootpa/Code/Android/app/Android.mk b/mobicore/rootpa/Code/Android/app/Android.mk index caade1a..a4ce4b1 100644 --- a/mobicore/rootpa/Code/Android/app/Android.mk +++ b/mobicore/rootpa/Code/Android/app/Android.mk @@ -3,8 +3,8 @@ # LOCAL_PATH := $(call my-dir) +ROOT_PA_DEFINED := true include $(CLEAR_VARS) - LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_STATIC_JAVA_LIBRARIES := rootpa_interface LOCAL_JNI_SHARED_LIBRARIES := libcommonpawrapper -- GitLab