Skip to content

Commit

Permalink
Mark libdemangle as vendor_available
Browse files Browse the repository at this point in the history
The lib is used by libc_malloc_debug_backtrace which is
vendor_available. libc_malloc_debug_backtrace is marked as such because
it is again used by libmemunreachable which is vendor_available.

Bug: 33241851
Test: BOARD_VNDK_VERSION=current m -j libmemunreachable.vendor
Change-Id: I978f8e34d354e4fe03a3c19dd0dbc6899f26a793
  • Loading branch information
jiyongp committed Jun 14, 2017
1 parent 550f3bf commit 8944432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demangle/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cc_defaults {
cc_library {
name: "libdemangle",
defaults: ["libdemangle_defaults"],
vendor_available: true,

srcs: [
"Demangler.cpp",
Expand Down

0 comments on commit 8944432

Please sign in to comment.