aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-02 03:10:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-02 03:10:04 +0000
commit09040f683ab672b024121113a740bf8457da7ea3 (patch)
treea8b7d359431d6de3c9225db53ec7f972791d038a
parent6c4f21f997fc56ceb1da2659b8d294195860dff1 (diff)
parentb53555b8b22453514e5fe2a6b9ded881a46f83e6 (diff)
downloaddtc-09040f683ab672b024121113a740bf8457da7ea3.tar.gz
Snap for 6729359 from b53555b8b22453514e5fe2a6b9ded881a46f83e6 to sc-d1-release
Change-Id: I989ce21392f52b5433c2fb1526f032aca1435464
-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,