summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2024-03-18 12:37:43 +0900
committerJeongik Cha <jeongik@google.com>2024-03-18 12:37:43 +0900
commit61a85afce73089589f39d30fd9e333324418e715 (patch)
tree0b75263389acadeed6482f633476b3b2b880579b
parent8fea3ae72708b60def9ddafd03e903f665fca0f8 (diff)
downloadatv-61a85afce73089589f39d30fd9e333324418e715.tar.gz
Use soong modules for init.zygote*.rc
Bug: 322088967 Bug: 330081605 Test: build Change-Id: I34cb846bc1d1ca05f3b65f866aebd252b8abafab
-rw-r--r--products/atv_generic_system.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/products/atv_generic_system.mk b/products/atv_generic_system.mk
index 577ee3b..cf874ab 100644
--- a/products/atv_generic_system.mk
+++ b/products/atv_generic_system.mk
@@ -81,10 +81,10 @@ PRODUCT_PACKAGES += \
libpolicy-subsystem
# Include all zygote init scripts. "ro.zygote" will select one of them.
-PRODUCT_COPY_FILES += \
- system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \
- system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \
- system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc
+PRODUCT_PACKAGES += \
+ init.zygote32.rc \
+ init.zygote64.rc \
+ init.zygote64_32.rc
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true