Skip to content

Commit

Permalink
Solve build failure for release build
Browse files Browse the repository at this point in the history
Release build depends on sign_target_files_apks
target which is used for OTA(cmd: make dist)

fix below build failure:
make flashfiles -j100 publish_gptimage RELEASE_BUILD=true
iso_image=false use_tar=true

Tracked-On: OAM-123548
Signed-off-by: Chen, Gang G <[email protected]>
  • Loading branch information
GangSecurity committed Aug 19, 2024
1 parent 574c7a3 commit a372905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/flashfiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ APEX_LIST := com.android.tethering.apex,\
com.android.i18n.apex
BUILT_APEXS := $(subst $(space),,$(APEX_LIST))

$(BUILT_RELEASE_TARGET_FILES_PACKAGE):$(BUILT_TARGET_FILES_PACKAGE)
$(BUILT_RELEASE_TARGET_FILES_PACKAGE):$(BUILT_TARGET_FILES_PACKAGE) sign_target_files_apks
@echo "Package release: $@"
$(SOONG_HOST_TOOL) \
$(HOST_OUT_EXECUTABLES)/sign_target_files_apks -o \
Expand Down

0 comments on commit a372905

Please sign in to comment.