Merge "Remove JNI_H_INCLUDE from make."

This commit is contained in:
Treehugger Robot 2017-07-19 01:33:50 +00:00 committed by Gerrit Code Review
commit cc96704ad2
1 changed files with 0 additions and 6 deletions

View File

@ -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.