Merge "Update Android.bp with latest Android.mk changes"

am: 704e048cbf

* commit '704e048cbfcb69b7906371f9f4cae4cb6357096e':
  Update Android.bp with latest Android.mk changes
This commit is contained in:
Dan Willemsen 2015-11-09 22:31:50 +00:00 committed by android-build-merger
commit dcf501913d

View 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",