aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-23 23:22:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-23 23:22:56 +0000
commitf868a31f164555eb2a3e848d0f341b13a8aff8f3 (patch)
tree28ab0829b28bbdbbb51c83d6c54390ecf95e819e
parente1b95886e206794050a4c204afd2a21ef926e888 (diff)
parent98996149c95c9f6fca5c2589f4664ec1a394439d (diff)
downloadlibunwind-f868a31f164555eb2a3e848d0f341b13a8aff8f3.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
am: 98996149c9 Change-Id: Ie47833d72ae4d56608dd2451e6ab92b8284bee56
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 95d9cd31..8e390041 100644
--- a/Android.bp
+++ b/Android.bp
@@ -124,6 +124,10 @@ cc_defaults {
cc_library {
name: "libunwind",
defaults: ["libunwind_defaults"],
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
sdk_version: "21",
stl: "none",