Merge "Give TARGET_OUT_HEADERS to vendor modules"
This commit is contained in:
commit
c86c8502ac
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ ifdef LOCAL_USE_VNDK
|
||||||
my_target_global_c_includes := \
|
my_target_global_c_includes := \
|
||||||
$($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)PROJECT_INCLUDES)
|
$($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)PROJECT_INCLUDES)
|
||||||
my_target_global_c_system_includes := \
|
my_target_global_c_system_includes := \
|
||||||
|
$(TARGET_OUT_HEADERS) \
|
||||||
$($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)PROJECT_SYSTEM_INCLUDES)
|
$($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)PROJECT_SYSTEM_INCLUDES)
|
||||||
else ifdef LOCAL_SDK_VERSION
|
else ifdef LOCAL_SDK_VERSION
|
||||||
my_target_global_c_includes :=
|
my_target_global_c_includes :=
|
||||||
|
|
Loading…
Reference in a new issue