Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f88b6bd7 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove JNI_H_INCLUDE from make." am: cc96704a

am: 2d05df37

Change-Id: I26ee312c390514a55e03628bfb6d6496588feba7
parents 7e18525e 2d05df37
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 <jni.h>",
# 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.