aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-07-31 20:03:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-31 20:03:42 +0000
commit1716bd2cdd5200589bb8e1d8b1d3fa7fe1e37b31 (patch)
treea8b7d359431d6de3c9225db53ec7f972791d038a
parentda1de56263c85d4ef1337c314e15cdab037741bb (diff)
parent5cc08d08743236d05b97075e0e21ed5af0193c75 (diff)
downloaddtc-1716bd2cdd5200589bb8e1d8b1d3fa7fe1e37b31.tar.gz
Enable shared library for libfdt am: 83534bb2d8 am: 642463b2f9 am: b971c61158 am: 5cc08d0874
Original change: https://android-review.googlesource.com/c/platform/external/dtc/+/1382604 Change-Id: I9a6650f9461697f5217f55e2256f21199391e123
-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,