diff options
author | Michael Bestas <mkbestas@gmail.com> | 2022-08-02 23:30:12 +0300 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-01 08:03:08 +0800 |
commit | 54450f79514c10376aa890c34c081b768cdf26b4 (patch) | |
tree | 01179c3cd5ccd599ffe812a94a7b045654691051 | |
parent | e163873334b9a093c3cb535828a29c8b57ad0d6f (diff) |
We don't have google bsp in tree but we include google's binaries.
Change-Id: I9fbe5b819a46b4500e2d78e65d02dfd1dcfdc8a4
-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))) |