forked from openkylin/platform_build
Merge "Don't allow JNI headers for vendors" am: b253e8e854
am: 9e89245a2c
am: 9fc093f932
am: 59d5727193
Change-Id: Ib7cb0c7201ef595c619cf3f901bb3a3790a31473
This commit is contained in:
commit
3b6c3ca4a7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue