Merge "Delete staging directory after creating module package zip" into main am: 517308b890
am: 5a5685a6a9
Original change: https://android-review.googlesource.com/c/platform/build/+/2767637 Change-Id: I619efebd9c2181489b358d2036fee2dbef939021 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -106,6 +106,7 @@ $(my_package_zip) : $(my_built_modules)
|
||||
$(hide) $(foreach f, $(PRIVATE_PICKUP_FILES),\
|
||||
cp -RfL $(f) $(PRIVATE_STAGING_DIR) && ) true
|
||||
$(hide) cd $(PRIVATE_STAGING_DIR) && zip -rqX ../$(notdir $@) *
|
||||
rm -rf $(PRIVATE_STAGING_DIR)
|
||||
|
||||
my_makefile :=
|
||||
my_staging_dir :=
|
||||
|
Reference in New Issue
Block a user