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

Commit 59d57271 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Don't allow JNI headers for vendors" am: b253e8e8 am: 9e89245a

am: 9fc093f9

Change-Id: I3a4c608ea4893961f20addefb7e355743e38e47d
parents 4d62a6bf 9fc093f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1468,7 +1468,8 @@ my_tracked_src_files :=

my_c_includes += $(TOPDIR)$(LOCAL_PATH) $(intermediates) $(generated_sources_dir)

ifndef LOCAL_SDK_VERSION
# The platform JNI header is for platform modules only.
ifeq ($(LOCAL_SDK_VERSION)$(LOCAL_USE_VNDK),)
  my_c_includes += $(JNI_H_INCLUDE)
endif