libunwind

This commit is contained in:
Tran Khanh Duy 2020-11-11 15:27:00 +07:00 committed by GitHub
parent 96386416af
commit 280fd6202b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
LOCAL_PATH := $(call my-dir)
HERE_PATH := $(LOCAL_PATH)
include $(call all-subdir-makefiles)
include $(HERE_PATH)/crash_dump/libunwind/Android.mk
# include $(HERE_PATH)/crash_dump/libbacktrace/Android.mk
# include $(HERE_PATH)/crash_dump/debuggerd/Android.mk
LOCAL_PATH := $(HERE_PATH)
include $(CLEAR_VARS)