aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 01:08:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 01:08:23 +0000
commitd010cccebaa716788ac92261a62e681c1d054a5b (patch)
treebe8845396519286f70470f5f51f494f8822f01c1
parent407abedb3bd5285da10d0a6b69705c82c9778dcf (diff)
parent50103091feb278697c922c91e097e924753fef9a (diff)
downloadlibunwind-d010cccebaa716788ac92261a62e681c1d054a5b.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
am: 50103091fe Change-Id: Id7c293c2a98017b50c52cfd322c6339a455a9516
-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",