From 5d3b159bfbdf9a55fc006c7cb7e3668a2cfa0e5d Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 18 Jul 2017 14:20:31 -0700 Subject: [PATCH] Remove JNI_H_INCLUDE from make. It's now specified and exported from Soong. Bug: 63762847 Test: make libraries find their headers Change-Id: Ica5afe7465d90230628f3a924e929df38d25cdd9 --- core/pathmap.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/pathmap.mk b/core/pathmap.mk index c328e58665..717844fba6 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -62,12 +62,6 @@ define include-path-for $(foreach n,$(1),$(patsubst $(n):%,%,$(filter $(n):%,$(pathmap_INCL)))) endef -# -# Many modules expect to be able to say "#include ", -# so make it easy for them to find the correct path. -# -JNI_H_INCLUDE := libnativehelper/include/nativehelper - # # A list of all source roots under frameworks/base, which will be # built into the android.jar.