platform_system_core/adf/libadfhwc
Colin Cross af933290f6 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: I78003c7a18028d27dff444af7d84901345d323a1
2016-09-29 14:07:08 -07:00
..
include/adfhwc add libadfhwc 2013-11-26 15:40:02 -08:00
Android.bp Update escaping in Android.bp files 2016-09-29 14:07:08 -07:00
adfhwc.cpp Add missing <malloc.h> and <string.h> includes. 2015-01-28 11:37:57 -08:00