sdm660-common: Use stock poweroff charging animation

* It's best animation out there with battery level

This reverts commit e4d95ed6eb.
This commit is contained in:
OdSazib 2020-12-05 05:10:11 +06:00
parent 5d433ddaee
commit 4494ac3544
No known key found for this signature in database
GPG key ID: 0954440B60470871
3 changed files with 8 additions and 1 deletions

View file

@ -294,3 +294,9 @@ dex_import {
jars: ["proprietary/framework/WfdCommon.jar"], jars: ["proprietary/framework/WfdCommon.jar"],
} }
cc_prebuilt_binary {
name: "chargeonlymode",
owner: "xiaomi",
srcs: ["proprietary/bin/chargeonlymode"],
prefer: true,
}

BIN
proprietary/bin/chargeonlymode Executable file

Binary file not shown.

View file

@ -764,4 +764,5 @@ PRODUCT_PACKAGES += \
dpmserviceapp \ dpmserviceapp \
ims \ ims \
qcrilmsgtunnel \ qcrilmsgtunnel \
WfdCommon WfdCommon \
chargeonlymode