Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adc313d4 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Add dependency on libcutils.

* Used for get system properies.

Test: pass test hidl_test.
Change-Id: I3b6d2deb442cd627a6f30312f0c204177d410ecb
parent 96f53973
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhidl \
  libhwbinder \
  libutils \
  libcutils \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhidl \
  libhwbinder \
  libutils \
  libcutils \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhidl \
  libhwbinder \
  libutils \
  libcutils \
  android.hardware.tests.foo@1.0 \

LOCAL_MULTILIB := both
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhidl \
  libhwbinder \
  libutils \
  libcutils \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhidl \
  libhwbinder \
  libutils \
  libcutils \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)
Loading