shinano-common: add time services from stock .291

Change-Id: Ib74aa170c3dc7e4e1d75c8f588be26e20b65c65f
This commit is contained in:
tunturn 2017-03-23 12:33:54 +11:00 committed by Olivier Karasangabo
parent 3092d21804
commit 1fa6b25166
5 changed files with 28 additions and 0 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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