Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 3fcfea9

Browse files
GraspEmptybuildslave
authored andcommitted
Fix compile issue caused by AOSP rebase
latest AOSP add 'bionic/libc/include' to exported_include_dirs. It will make efiwrapper use external c header files (e.g. stddef.h stdio.h, stdlib.h, inttypes.h) under 'bionic/libc/include'. So some compile issue happen. The fix is to make efiwrapper keep using original c heard files. Change-Id: I562059d1649a6d4b07743c34f03a31b8a60a7231 Tracked-On: https://jira.devtools.intel.com/browse/OAM-79345 Signed-off-by: sunxunou <[email protected]> Reviewed-on: https://android.intel.com:443/649283
1 parent 7989c7b commit 3fcfea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ LOCAL_GENERATED_SOURCES := $(GEN)
3838
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
3939
LOCAL_CFLAGS := $(EFIWRAPPER_CFLAGS)
4040
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include/hardware
41+
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../external/coreboot/payloads/libpayload/include
4142
include $(BUILD_IAFW_STATIC_LIBRARY)

0 commit comments

Comments
 (0)