ANDROID: Update paths for GKI/ABI source files
Bug: 393044622 Change-Id: I25b1d60229adedf1cdc9ef675920d46d4a9cfa72 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
@@ -44,11 +44,11 @@ include/generated/gki_module_unprotected.h: $(ALL_KMI_SYMBOLS) \
|
||||
AARCH := $(if $(filter arm64,$(ARCH)),aarch64,$(ARCH))
|
||||
|
||||
# Generate symbol list with union of all symbol list for ARCH
|
||||
$(ALL_KMI_SYMBOLS): $(wildcard $(srctree)/android/abi_gki_$(AARCH)_*)
|
||||
$(ALL_KMI_SYMBOLS): $(wildcard $(srctree)/gki/$(AARCH)/symbols/*)
|
||||
$(if $(strip $^),cat $^ > $(ALL_KMI_SYMBOLS), echo "" > $(ALL_KMI_SYMBOLS))
|
||||
|
||||
# ABI protected exports list file specific to ARCH if exists else empty
|
||||
ABI_PROTECTED_EXPORTS_FILE := $(wildcard $(srctree)/android/abi_gki_protected_exports_$(AARCH))
|
||||
ABI_PROTECTED_EXPORTS_FILE := $(wildcard $(srctree)/gki/$(AARCH)/protected_exports)
|
||||
|
||||
include/generated/gki_module_protected_exports.h: $(ABI_PROTECTED_EXPORTS_FILE) \
|
||||
$(srctree)/scripts/gen_gki_modules_headers.sh
|
||||
|
||||
Reference in New Issue
Block a user