Skip to content
Snippets Groups Projects
Commit 820a24dd authored by Haibo Huang's avatar Haibo Huang Committed by Elliott Hughes
Browse files

[Updater] Preserve CleanSpec.mk

Test: update guice
Change-Id: I5e87db69ae8f310b1b00fa59a07bce22c0209edd
parent 83aed73a
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ function CopyIfPresent() { ...@@ -34,6 +34,7 @@ function CopyIfPresent() {
echo "Copying preserved files..." echo "Copying preserved files..."
CopyIfPresent "Android.bp" CopyIfPresent "Android.bp"
CopyIfPresent "Android.mk" CopyIfPresent "Android.mk"
CopyIfPresent "CleanSpec.mk"
CopyIfPresent "LICENSE" CopyIfPresent "LICENSE"
CopyIfPresent "NOTICE" CopyIfPresent "NOTICE"
cp -a -f -n $external_dir/MODULE_LICENSE_* . cp -a -f -n $external_dir/MODULE_LICENSE_* .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment