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
This commit is contained in:
parent
c2cc4f62f9
commit
b7ba453284
@ -10,13 +10,8 @@ PRODUCT_PACKAGES += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# If AoC Daemon is not present on this build, load firmware at boot via rc
|
# 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 += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
||||||
endif
|
|
||||||
|
|
||||||
# AoC debug support
|
# AoC debug support
|
||||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user