Merge "Only use libbinder_ndk for aidl service." into tm-dev

This commit is contained in:
Edwin Wong
2022-05-05 17:53:05 +00:00
committed by Android (Google) Code Review
13 changed files with 31 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ HIDL_EXTENSION := _hidl
LIB_BINDER := libhidlbase
else
HIDL_EXTENSION :=
LIB_BINDER := libbinder
LIB_BINDER := libbinder_ndk
endif
ifeq ($(filter mips mips64, $(TARGET_ARCH)),)