msm8937-common: Nuke BOARD_USES_QC_TIME_SERVICES flag
* Any pre-O framework did exact the same thing as TimeService.apk when the flag is enabled, as we always ship TimeService.apk, there's no reason to keep the flag, and the framework stuff is not ported to O. * Remove unused 32-bit library as well. Change-Id: I74abc65468e983732bccde571003235891379463
This commit is contained in:
parent
5a362ca422
commit
824cdd1db3
2 changed files with 1 additions and 4 deletions
|
@ -19,5 +19,4 @@ TARGET_USES_64_BIT_BINDER := true
|
|||
|
||||
# Qualcomm support
|
||||
BOARD_USES_QCOM_HARDWARE := true
|
||||
BOARD_USES_QC_TIME_SERVICES := true
|
||||
TARGET_RIL_VARIANT := caf
|
||||
|
|
|
@ -531,10 +531,8 @@ vendor/lib64/libthermalioctl.so
|
|||
# Time services - from santoni (Redmi 4X)
|
||||
-app/TimeService/TimeService.apk
|
||||
bin/time_daemon:vendor/bin/time_daemon
|
||||
-vendor/lib/libtime_genoff.so
|
||||
vendor/lib/libTimeService.so
|
||||
-vendor/lib64/libtime_genoff.so
|
||||
vendor/lib64/libTimeService.so
|
||||
vendor/lib64/libtime_genoff.so
|
||||
|
||||
# Widevine - from vince 8.1.0 OPM1.171019.019
|
||||
vendor/bin/hw/android.hardware.drm@1.0-service.widevine
|
||||
|
|
Loading…
Reference in a new issue