am ddde05f3
: Merge "[MIPS64] Build debuggerd for mips64"
* commit 'ddde05f3eec76513ae5d973a1c5d69494349f082': [MIPS64] Build debuggerd for mips64
This commit is contained in:
commit
a005445a7a
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ LOCAL_SRC_FILES:= \
|
|||
LOCAL_SRC_FILES_arm := arm/machine.cpp
|
||||
LOCAL_SRC_FILES_arm64 := arm64/machine.cpp
|
||||
LOCAL_SRC_FILES_mips := mips/machine.cpp
|
||||
LOCAL_SRC_FILES_mips64 := mips/machine.cpp
|
||||
LOCAL_SRC_FILES_x86 := x86/machine.cpp
|
||||
LOCAL_SRC_FILES_x86_64 := x86_64/machine.cpp
|
||||
|
||||
|
@ -49,6 +50,7 @@ LOCAL_SRC_FILES := crasher.c
|
|||
LOCAL_SRC_FILES_arm := arm/crashglue.S
|
||||
LOCAL_SRC_FILES_arm64 := arm64/crashglue.S
|
||||
LOCAL_SRC_FILES_mips := mips/crashglue.S
|
||||
LOCAL_SRC_FILES_mips64 := mips/crashglue.S
|
||||
LOCAL_SRC_FILES_x86 := x86/crashglue.S
|
||||
LOCAL_SRC_FILES_x86_64 := x86_64/crashglue.S
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
|
||||
|
|
Loading…
Reference in a new issue