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

Commit 401335cf authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by android-build-merger
Browse files

Add dependency on libcutils. am: adc313d4 am: f2ef735e

am: e7d11d61

Change-Id: I629e40fd4ecd40559516b6c25bcb317e7255d3fd
parents f50e6f04 e7d11d61
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