sm8250-common: livedisplay: rebrand lito to kona
This commit is contained in:
parent
8f5d895118
commit
969edb23b4
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
name: "livedisplay_motorola_lito",
|
name: "livedisplay_motorola_kona",
|
||||||
defaults: ["hidl_defaults"],
|
defaults: ["hidl_defaults"],
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
srcs: [
|
srcs: [
|
||||||
@ -38,8 +38,8 @@ cc_defaults {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "vendor.lineage.livedisplay@2.0-service-sysfs.motorola_lito",
|
name: "vendor.lineage.livedisplay@2.0-service-sysfs.motorola_kona",
|
||||||
init_rc: ["vendor.lineage.livedisplay@2.0-service-sysfs.motorola_lito.rc"],
|
init_rc: ["vendor.lineage.livedisplay@2.0-service-sysfs.motorola_kona.rc"],
|
||||||
defaults: ["livedisplay_motorola_lito"],
|
defaults: ["livedisplay_motorola_kona"],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "vendor.lineage.livedisplay@2.0-service-sysfs.motorola_lito"
|
#define LOG_TAG "vendor.lineage.livedisplay@2.0-service-sysfs.motorola_kona"
|
||||||
|
|
||||||
#include <android-base/logging.h>
|
#include <android-base/logging.h>
|
||||||
#include <hidl/HidlTransportSupport.h>
|
#include <hidl/HidlTransportSupport.h>
|
||||||
|
@ -7,7 +7,7 @@ on init
|
|||||||
chown system system /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_hbm
|
chown system system /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_hbm
|
||||||
chmod 0660 /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_hbm
|
chmod 0660 /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_hbm
|
||||||
|
|
||||||
service vendor.livedisplay-hal-2-0-sysfs /vendor/bin/hw/vendor.lineage.livedisplay@2.0-service-sysfs.motorola_lito
|
service vendor.livedisplay-hal-2-0-sysfs /vendor/bin/hw/vendor.lineage.livedisplay@2.0-service-sysfs.motorola_kona
|
||||||
class hal
|
class hal
|
||||||
user system
|
user system
|
||||||
group system
|
group system
|
@ -251,7 +251,7 @@ PRODUCT_PACKAGES += \
|
|||||||
# LiveDisplay
|
# LiveDisplay
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.livedisplay@2.0-service-sdm \
|
vendor.lineage.livedisplay@2.0-service-sdm \
|
||||||
vendor.lineage.livedisplay@2.0-service-sysfs.motorola_lito
|
vendor.lineage.livedisplay@2.0-service-sysfs.motorola_kona
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user