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

Commit 87162c12 authored by Jiwen 'Steve' Cai's avatar Jiwen 'Steve' Cai
Browse files

Fix libgvr related build issue on mips

Bug: 34787305
Test: make -j109 PRODUCT-aosp_mips-eng dist checkbuild
Change-Id: Ib1d41a70a50b2b34fc2b46dcfd3b49da07dc2495
parent 123ff890
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -129,4 +129,5 @@ LOCAL_STATIC_LIBRARIES := libchrome
LOCAL_LDLIBS := -llog
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES += libgvr
LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
include $(BUILD_STATIC_LIBRARY)