Revert "universal7885: libshims: Import a shim to make blobs shut up"

This reverts commit 72bb5acc20.
This commit is contained in:
roynatech2544 2023-11-26 17:33:52 +09:00
commit b7fd292b14
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC
3 changed files with 0 additions and 15 deletions

View file

@ -1,7 +0,0 @@
cc_library_shared {
name: "libquietlog",
srcs: ["LogShim.cpp"],
shared_libs: ["liblog"],
compile_multilib: "64",
vendor: true
}

View file

@ -1,5 +0,0 @@
#include <log/log.h>
int __android_log_print(int /*prio*/, const char* /*tag*/, const char* /*fmt*/, ...) {
return 1;
}

View file

@ -123,9 +123,6 @@ TARGET_BOARD_HAS_FP ?= true
ifeq ($(TARGET_BOARD_HAS_FP), true) ifeq ($(TARGET_BOARD_HAS_FP), true)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.samsung android.hardware.biometrics.fingerprint@2.3-service.samsung
PRODUCT_PACKAGES += \
libquietlog
endif endif
ifneq ($(TARGET_LOCAL_ARCH),arm) ifneq ($(TARGET_LOCAL_ARCH),arm)