From 6a6f810ff8b4c570875edbb7df4063a33e40dc08 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 3 Dec 2014 16:47:51 -0800 Subject: elfutils: Add three files to the compile list The following three files are needed to compile perf-3.17. They were in the source directory but not in the compile list. libelf/elf32_updatefile.c libelf/elf64_updatefile.c libdw/dwarf_getcfi_elf.c Change-Id: I6c6ec25efd90e3e66600c37e104dcea929484d65 --- 0.153/libdw/Android.mk | 1 + 0.153/libelf/Android.mk | 2 ++ 2 files changed, 3 insertions(+) diff --git a/0.153/libdw/Android.mk b/0.153/libdw/Android.mk index 0ec30dde..c951b1f9 100755 --- a/0.153/libdw/Android.mk +++ b/0.153/libdw/Android.mk @@ -62,6 +62,7 @@ LIBDW_SRC_FILES := \ dwarf_getattrcnt.c \ dwarf_getattrs.c \ dwarf_getcfi.c \ + dwarf_getcfi_elf.c \ dwarf_getelf.c \ dwarf_getfuncs.c \ dwarf_getlocation.c \ diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk index e1a76cf5..1a8f94ad 100755 --- a/0.153/libelf/Android.mk +++ b/0.153/libelf/Android.mk @@ -23,6 +23,7 @@ LIBELF_SRC_FILES := \ elf32_newehdr.c \ elf32_newphdr.c \ elf32_offscn.c \ + elf32_updatefile.c \ elf32_updatenull.c \ elf32_xlatetof.c \ elf32_xlatetom.c \ @@ -34,6 +35,7 @@ LIBELF_SRC_FILES := \ elf64_newehdr.c \ elf64_newphdr.c \ elf64_offscn.c \ + elf64_updatefile.c \ elf64_updatenull.c \ elf64_xlatetof.c \ elf64_xlatetom.c \ -- cgit v1.2.3