aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-07-31 19:46:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-31 19:46:33 +0000
commit5cc08d08743236d05b97075e0e21ed5af0193c75 (patch)
treea8b7d359431d6de3c9225db53ec7f972791d038a
parent7139aa3c994340b16cf956cae77e6cc1c711b813 (diff)
parentb971c6115867697758284c260907f3506c57ed4c (diff)
downloaddtc-5cc08d08743236d05b97075e0e21ed5af0193c75.tar.gz
Enable shared library for libfdt am: 83534bb2d8 am: 642463b2f9 am: b971c61158
Original change: https://android-review.googlesource.com/c/platform/external/dtc/+/1382604 Change-Id: I4f500e713213d8ae749fdeb3780c8de896353faf
-rw-r--r--Android.bp2
-rw-r--r--libfdt/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 712bc4d..1863a43 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,7 +10,7 @@ cc_defaults {
"-DNO_YAML"
],
- static_libs: ["libfdt"],
+ shared_libs: ["libfdt"],
stl: "none",
dist: {
diff --git a/libfdt/Android.bp b/libfdt/Android.bp
index 16c6cf4..4551b4b 100644
--- a/libfdt/Android.bp
+++ b/libfdt/Android.bp
@@ -1,4 +1,4 @@
-cc_library_static {
+cc_library {
name: "libfdt",
host_supported: true,