diff options
Diffstat (limited to 'aoc')
-rw-r--r-- | aoc/aoc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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))) |