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

Commit 2594614f authored by Orion Hodson's avatar Orion Hodson Committed by Automerger Merge Worker
Browse files

Merge "Remove implicit include path for jni.h" am: f79835fc am: f3eaf534 am: da5d5a71

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2674f78a01cd9ffdfa9a20af9f120c204b19deaa
parents f23d7779 da5d5a71
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)))