Merge "Don't allow JNI headers for vendors"

am: b253e8e854

Change-Id: I6e3de31f388150301db9f0d0dd1bee3b7e39f413
This commit is contained in:
Jiyong Park 2017-07-14 03:39:49 +00:00 committed by android-build-merger
commit 9e89245a2c
1 changed files with 2 additions and 1 deletions

View File

@ -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