From b7ba4532844faf9c25c80ca402473b33732b84fe Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 2 Aug 2022 23:30:12 +0300 Subject: [PATCH] Always copy init.aoc.daemon.rc to vendor init We don't have google bsp in tree but we include google's binaries. Change-Id: I9fbe5b819a46b4500e2d78e65d02dfd1dcfdc8a4 --- aoc/aoc.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aoc/aoc.mk b/aoc/aoc.mk index 5ddcb7f..5fbdf67 100644 --- a/aoc/aoc.mk +++ b/aoc/aoc.mk @@ -10,13 +10,8 @@ PRODUCT_PACKAGES += \ endif # If AoC Daemon is not present on this build, load firmware at boot via rc -ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),) -PRODUCT_COPY_FILES += \ - device/google/gs-common/aoc/conf/init.aoc.nodaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc -else PRODUCT_COPY_FILES += \ device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc -endif # AoC debug support ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))