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

Commit 3cdfe149 authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

build 32- and 64-bit libs (auto-generated)

Change-Id: Iccb63cafc5db17abd423d589416d50ff21c89efa
parent b9c08207
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,4 +31,5 @@ LOCAL_SHARED_LIBRARIES := \
  libhwbinder \
  libutils \

LOCAL_MULTILIB := both
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -65,4 +65,5 @@ LOCAL_SHARED_LIBRARIES := \
  libhwbinder \
  libutils \

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

LOCAL_MULTILIB := both
LOCAL_COMPATIBILITY_SUITE := vts
-include test/vts/tools/build/Android.packaging_sharedlib.mk
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhwbinder \
  libutils \

LOCAL_MULTILIB := both
LOCAL_COMPATIBILITY_SUITE := vts
-include test/vts/tools/build/Android.packaging_sharedlib.mk
include $(BUILD_SHARED_LIBRARY)
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ LOCAL_SHARED_LIBRARIES := \
  libhwbinder \
  libutils \

LOCAL_MULTILIB := both
LOCAL_COMPATIBILITY_SUITE := vts
-include test/vts/tools/build/Android.packaging_sharedlib.mk
include $(BUILD_SHARED_LIBRARY)
Loading