Remove implicit include path for jni.h
Bug: 152482542 Test: m checkbuild Change-Id: I1479c35005033f60fb8f3a22bfabc3ee05d48b33
This commit is contained in:
parent
08ba15ef32
commit
ea7db8120e
1 changed files with 0 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue