platform_system_core/demangle
Jiyong Park a0e75045e6 Build adbd for recovery
adbd (and its dependencies) are marked as recovery_available:true so
that recovery version of the binary is built separately from the one for
system partition. This allows us to stop copying the system version to
the recovery partition and also opens up the way to enable shared
libraries in the recovery partition. Then we can also build adbd as a
dynamic executable.

Bug: 79146551
Test: m -j adbd.recovery
Change-Id: Ib95614c7435f9d0afc02a0c7d5ae1a94e439e32a
2018-05-24 14:11:11 +09:00
..
include Implement a simple demangler. 2017-03-07 13:04:32 -08:00
.clang-format Use the clang format 2 space as default. 2017-03-14 13:06:19 -07:00
Android.bp Build adbd for recovery 2018-05-24 14:11:11 +09:00
Android.mk Remove the 'optional' tag from demangle_fuzzer 2018-05-04 15:59:07 -05:00
demangle.cpp Make demangle work more like c++filt. 2017-03-28 17:38:01 -07:00
demangle_fuzzer.cpp Fix bug found by fuzzer. 2017-05-31 17:54:19 -07:00
Demangler.cpp Fix a few demangler issues. 2018-02-09 17:34:55 -08:00
Demangler.h Fix template support. 2017-10-31 15:00:54 -07:00
DemangleTest.cpp Fix a few demangler issues. 2018-02-09 17:34:55 -08:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00