summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--Android.mk6
-rw-r--r--GKPModule.cpp10
2 files changed, 8 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index dc0165b..aa85c8f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,10 +30,11 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
GKPModule.cpp \
- trusty/trusty_gatekeeper_ipc.c \
- trusty/trusty_gatekeeper.cpp \
soft/SoftGateKeeperDevice.cpp
+# trusty/trusty_gatekeeper_ipc.c \
+# trusty/trusty_gatekeeper.cpp \
+
LOCAL_STATIC_LIBRARIES := libscrypt_static
LOCAL_C_INCLUDES := \
external/boringssl/src/include/ \
@@ -46,7 +47,6 @@ LOCAL_SHARED_LIBRARIES := \
libgatekeeper \
liblog \
libcutils \
- libtrusty \
libcrypto
LOCAL_MODULE_TAGS := optional