OSDN Git Service

Update Android.bp with latest Android.mk changes
authorDan Willemsen <dwillemsen@google.com>
Mon, 9 Nov 2015 22:03:46 +0000 (14:03 -0800)
committerDan Willemsen <dwillemsen@google.com>
Mon, 9 Nov 2015 22:03:46 +0000 (14:03 -0800)
Change-Id: I45f6292fcc4d4559519d88f948b4478204b08f25

libc/Android.bp

index 528dd47..d1228af 100644 (file)
@@ -9,7 +9,6 @@ libc_common_src_files = [
     "bionic/if_indextoname.c",
     "bionic/if_nametoindex.c",
     "bionic/initgroups.c",
-    "bionic/ioctl.c",
     "bionic/isatty.c",
     "bionic/memmem.c",
     "bionic/pututline.c",
@@ -1348,6 +1347,7 @@ cc_library_static {
         "bionic/gettid.cpp",
         "bionic/__gnu_basename.cpp",
         "bionic/inotify_init.cpp",
+        "bionic/ioctl.cpp",
         "bionic/lchown.cpp",
         "bionic/lfs64_support.cpp",
         "bionic/__libc_current_sigrtmax.cpp",
@@ -1367,6 +1367,7 @@ cc_library_static {
         "bionic/mkfifo.cpp",
         "bionic/mknod.cpp",
         "bionic/mntent.cpp",
+        "bionic/mremap.cpp",
         "bionic/NetdClientDispatch.cpp",
         "bionic/open.cpp",
         "bionic/pathconf.cpp",