platform_bionic/libc
Colin Cross 7b29495d0a Update escaping in Android.bp files
Strings like cflags in Android.bp files are parsed by blueprint,
written to build.ninja files, parsed by ninja, and then passed to
/bin/sh -c.  This had resulted in a combination of blueprint
(\"), ninja ($$), and shell (\$) escaping being necessary.

Soong has been updated to automatically handle ninja and shell
escaping, remove extra escaping from Android.bp files.

Bug: 31221587
Test: m -j
Change-Id: Ib58a51dee8d22296b69ec21768ba6a49dd60e980
2016-09-29 14:37:30 -07:00
..
arch-arm Remove remaining big-endian cruft. 2016-09-16 18:53:34 -07:00
arch-arm64 Remove deprecated Android.mk files 2016-05-26 16:41:57 -07:00
arch-common/bionic
arch-mips Remove remaining big-endian cruft. 2016-09-16 18:53:34 -07:00
arch-mips64 Remove deprecated Android.mk files 2016-05-26 16:41:57 -07:00
arch-x86 Clean up 32-bit x86 memset assembler. 2016-08-01 14:00:45 -07:00
arch-x86_64 Remove deprecated Android.mk files 2016-05-26 16:41:57 -07:00
bionic Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
dns Fix some easy cases of __ANDROID__ versus __BIONIC__. 2016-09-16 18:27:07 -07:00
include Rename __pure, __pure2, and __purefunc. 2016-09-28 12:36:38 -07:00
kernel Update to kernel headers v4.7.2. 2016-08-29 12:07:13 -07:00
malloc_debug Fix unittests broken by 545808a 2016-09-07 16:12:02 +01:00
private Fix instances of '#if __LP64__'. 2016-09-15 14:21:28 -07:00
stdio Fix some easy cases of __ANDROID__ versus __BIONIC__. 2016-09-16 18:27:07 -07:00
stdlib
tools Move brillo closer to Android. 2016-08-10 14:08:31 -07:00
tzcode Fix some easy cases of __ANDROID__ versus __BIONIC__. 2016-09-16 18:27:07 -07:00
upstream-freebsd Move <machine/endian.h> somewhere more private. 2016-05-02 15:44:56 -07:00
upstream-netbsd Merge \"Make it possible to build bionic with -I instead of -isystem.\" 2016-07-22 21:47:47 +00:00
upstream-openbsd Fix instances of '#if __LP64__'. 2016-09-15 14:21:28 -07:00
zoneinfo Update timezone data to 2016f 2016-07-06 18:41:23 +01:00
Android.bp Update escaping in Android.bp files 2016-09-29 14:37:30 -07:00
Android.mk Rename Android.soong.mk to Android.mk 2016-07-11 16:54:20 -07:00
libc.arm.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.arm64.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.map.txt Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.mips.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.mips64.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.x86.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libc.x86_64.map Add strtof_l and strtod_l. 2016-09-22 00:44:37 -07:00
libstdc++.arm.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.arm64.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.map.txt Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.mips.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.mips64.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.x86.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
libstdc++.x86_64.map Correct libstdc++ version 2016-08-01 15:45:42 -07:00
MODULE_LICENSE_BSD
NOTICE Update NOTICE files. 2016-08-08 12:39:56 -07:00
SYSCALLS.TXT Fix various <sys/socket.h> prototypes. 2016-08-16 13:37:24 -07:00
version_script.txt