Merge "Remove implicit include path for jni.h" am: f79835fca2 am: f3eaf5348c

Original change: https://android-review.googlesource.com/c/platform/build/+/1354602

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6cad1792430939fbae3d365a5f78577301892765
This commit is contained in:
Orion Hodson 2021-01-13 07:25:14 +00:00 committed by Automerger Merge Worker
commit da5d5a7121

View file

@ -1333,11 +1333,6 @@ my_tracked_src_files :=
my_c_includes += $(TOPDIR)$(LOCAL_PATH) $(intermediates) $(generated_sources_dir)
# The platform JNI header is for platform modules only.
ifeq ($(LOCAL_SDK_VERSION)$(LOCAL_USE_VNDK),)
my_c_includes += $(JNI_H_INCLUDE)
endif
my_c_includes := $(foreach inc,$(my_c_includes),$(call clean-path,$(inc)))
my_outside_includes := $(filter-out $(OUT_DIR)/%,$(filter /%,$(my_c_includes)) $(filter ../%,$(my_c_includes)))