* commit '423242b59ea01dffbb7f79c7c045528f7c351c4b': set a prebuilt directory name for the 2nd arch add vendor directories to gdb shared library search path add 2nd arch gcc to the path fix paths when 2nd arch gcc is a different version
This commit is contained in:
@@ -587,6 +587,9 @@ INTERNAL_PLATFORM_REMOVED_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGI
|
||||
# This is the standard way to name a directory containing prebuilt target
|
||||
# objects. E.g., prebuilt/$(TARGET_PREBUILT_TAG)/libc.so
|
||||
TARGET_PREBUILT_TAG := android-$(TARGET_ARCH)
|
||||
ifdef TARGET_2ND_ARCH
|
||||
TARGET_2ND_PREBUILT_TAG := android-$(TARGET_2ND_ARCH)
|
||||
endif
|
||||
|
||||
# Set up RS prebuilt variables for compatibility library
|
||||
|
||||
|
Reference in New Issue
Block a user