From 45d12bd92b565d13626238d094eef2f5f45c4c8b Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 2 Jul 2020 13:16:19 +0100 Subject: [PATCH] Remove unused libnativehelper include Bug: 152482542 Test: build clean-up Change-Id: Ibe4534362891201476ee31fee19663f9bc8e1410 --- keystore/tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/keystore/tests/Makefile b/keystore/tests/Makefile index 2720b0f8..b50b94a4 100644 --- a/keystore/tests/Makefile +++ b/keystore/tests/Makefile @@ -17,7 +17,6 @@ GTEST=$(BASE)/external/gtest KEYMASTER=$(BASE)/system/keymaster INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \ - -I $(BASE)/libnativehelper/include/nativehelper \ -I $(GTEST) -Iinclude # Add USE_CLANG=1 to the make command line to build with clang, which has better error