Merge "Build host shared library for libelf."
diff --git a/libelf/Android.bp b/libelf/Android.bp
index cc4306c..2a4f284 100644
--- a/libelf/Android.bp
+++ b/libelf/Android.bp
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-cc_library_static {
+cc_library {
     name: "libelf",
     host_supported: true,
     vendor_available: true,
@@ -160,6 +160,9 @@
                 "-D_FILE_OFFSET_BITS=64",
                 "-include AndroidFixup.h",
             ],
+            shared: {
+                enabled: false,
+            },
         },
     },
 }