mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Revert "universal7885: libshims: Import a shim to make blobs shut up"
This reverts commit 72bb5acc20.
This commit is contained in:
parent
afcc36fbae
commit
b7fd292b14
3 changed files with 0 additions and 15 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
cc_library_shared {
|
|
||||||
name: "libquietlog",
|
|
||||||
srcs: ["LogShim.cpp"],
|
|
||||||
shared_libs: ["liblog"],
|
|
||||||
compile_multilib: "64",
|
|
||||||
vendor: true
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#include <log/log.h>
|
|
||||||
|
|
||||||
int __android_log_print(int /*prio*/, const char* /*tag*/, const char* /*fmt*/, ...) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue