mirror of
https://github.com/joel16/proprietary_vendor_sony.git
synced 2024-11-30 07:10:46 +00:00
shinano-common: add time services from stock .291
Change-Id: Ib74aa170c3dc7e4e1d75c8f588be26e20b65c65f
This commit is contained in:
parent
3092d21804
commit
1fa6b25166
@ -47,6 +47,29 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := wait4tad_static
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := TimeService
|
||||
LOCAL_MODULE_OWNER := sony
|
||||
LOCAL_SRC_FILES := proprietary/app/TimeService/TimeService.apk
|
||||
LOCAL_CERTIFICATE := platform
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_DEX_PREOPT := false
|
||||
LOCAL_MODULE_SUFFIX := .apk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libTimeService
|
||||
LOCAL_MODULE_OWNER := sony
|
||||
LOCAL_SRC_FILES := proprietary/vendor/lib/libTimeService.so
|
||||
LOCAL_MULTILIB := 32
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
LOCAL_MODULE_SUFFIX := .so
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
LOCAL_MODULE := wait4tad_static
|
||||
|
BIN
shinano-common/proprietary/app/TimeService/TimeService.apk
Executable file
BIN
shinano-common/proprietary/app/TimeService/TimeService.apk
Executable file
Binary file not shown.
BIN
shinano-common/proprietary/bin/time_daemon
Executable file
BIN
shinano-common/proprietary/bin/time_daemon
Executable file
Binary file not shown.
BIN
shinano-common/proprietary/vendor/lib/libTimeService.so
vendored
Executable file
BIN
shinano-common/proprietary/vendor/lib/libTimeService.so
vendored
Executable file
Binary file not shown.
@ -40,6 +40,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/sony/shinano-common/proprietary/bin/ta_qmi_service:system/bin/ta_qmi_service \
|
||||
vendor/sony/shinano-common/proprietary/bin/taimport:system/bin/taimport \
|
||||
vendor/sony/shinano-common/proprietary/bin/updatemiscta:system/bin/updatemiscta \
|
||||
vendor/sony/shinano-common/proprietary/bin/time_daemon:system/bin/time_daemon \
|
||||
vendor/sony/shinano-common/proprietary/bin/wvkbd:system/bin/wvkbd \
|
||||
vendor/sony/shinano-common/proprietary/etc/data/qmi_config.xml:system/etc/data/qmi_config.xml \
|
||||
vendor/sony/shinano-common/proprietary/etc/firmware/a225p5_pm4.fw:system/etc/firmware/a225p5_pm4.fw \
|
||||
@ -483,3 +484,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/sony/shinano-common/proprietary/vendor/lib/soundfx/libqcbassboost.so:system/vendor/lib/soundfx/libqcbassboost.so \
|
||||
vendor/sony/shinano-common/proprietary/vendor/lib/soundfx/libqcreverb.so:system/vendor/lib/soundfx/libqcreverb.so \
|
||||
vendor/sony/shinano-common/proprietary/vendor/lib/soundfx/libqcvirt.so:system/vendor/lib/soundfx/libqcvirt.so
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libTimeService \
|
||||
TimeService
|
||||
|
Loading…
Reference in New Issue
Block a user