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
diff --git a/Android.bp b/Android.bp
index 712bc4d..1863a43 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,7 +10,7 @@
         "-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,