diff options
author | Michael Bestas <mkbestas@gmail.com> | 2022-08-02 23:30:12 +0300 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-15 15:24:56 +0800 |
commit | ffd96dde34a75418d5ddf7c7b393c9c2079f07ec (patch) | |
tree | 4e1756fee589658479d54c557e21e507e013a612 | |
parent | 7a296b9a5c12d33e08520d5e84affe87b3e30a08 (diff) |
gs201: 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
-rw-r--r-- | aoc/device.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc/device.mk b/aoc/device.mk index 5319358b..e61760de 100644 --- a/aoc/device.mk +++ b/aoc/device.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/gs201/aoc/conf/init.aoc.nodaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc -else PRODUCT_COPY_FILES += \ device/google/gs201/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc -endif # AoC debug support PRODUCT_PACKAGES_DEBUG += \ |