Merge "Add crashrecovery build flag to move files" into main am: 7f081d9262
Original change: https://android-review.googlesource.com/c/platform/build/+/2942585 Change-Id: I16552671e03893fb79a154f67563a7388a504bf5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0c1bb63856
1 changed files with 7 additions and 0 deletions
|
@ -217,5 +217,12 @@ endif
|
|||
|
||||
# Add crashrecovery build flag to soong
|
||||
$(call soong_config_set,ANDROID,release_crashrecovery_module,$(RELEASE_CRASHRECOVERY_MODULE))
|
||||
ifeq (true,$(RELEASE_CRASHRECOVERY_FILE_MOVE))
|
||||
$(call soong_config_set,ANDROID,crashrecovery_files_in_module,true)
|
||||
$(call soong_config_set,ANDROID,crashrecovery_files_in_platform,false)
|
||||
else
|
||||
$(call soong_config_set,ANDROID,crashrecovery_files_in_module,false)
|
||||
$(call soong_config_set,ANDROID,crashrecovery_files_in_platform,true)
|
||||
endif
|
||||
# Weirdly required because platform_bootclasspath is using AUTO namespace
|
||||
$(call soong_config_set,AUTO,release_crashrecovery_module,$(RELEASE_CRASHRECOVERY_MODULE))
|
||||
|
|
Loading…
Reference in a new issue