Skip to content

Commit

Permalink
Ensure aic-manager is not compiled
Browse files Browse the repository at this point in the history
Signed-off-by: sgnanase <[email protected]>
  • Loading branch information
sgnanase committed Aug 22, 2023
1 parent 14fd581 commit 25e1968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cic_cloud/AndroidBoard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ aic: .KATI_NINJA_POOL := console
aic: multidroid
@echo Make AIC docker images...
ifneq ($(TARGET_LOOP_MOUNT_SYSTEM_IMAGES), true)
DOCKER_HOST=$(DOCKER_HOST) $(HOST_OUT_EXECUTABLES)/aic-build -b $(FILE_NAME_TAG)
DOCKER_HOST=$(DOCKER_HOST) $(HOST_OUT_EXECUTABLES)/aic-build android -b $(FILE_NAME_TAG)
else
DOCKER_HOST=$(DOCKER_HOST) BUILD_VARIANT=loop_mount $(HOST_OUT_EXECUTABLES)/aic-build -b $(FILE_NAME_TAG)
DOCKER_HOST=$(DOCKER_HOST) BUILD_VARIANT=loop_mount $(HOST_OUT_EXECUTABLES)/aic-build android -b $(FILE_NAME_TAG)
endif

ifneq ($(TARGET_BUILD_AIC_MANAGER_DOCKER), true)
Expand Down

0 comments on commit 25e1968

Please sign in to comment.