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

Commit f79835fc authored by Orion Hodson's avatar Orion Hodson Committed by Gerrit Code Review
Browse files

Merge "Remove implicit include path for jni.h"

parents 9d2219c2 ea7db812
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)))