Skip to content
Snippets Groups Projects
Commit 100e3458 authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

[Updater] Preserve CleanSpec.mk

am: 820a24dd

Change-Id: I031c38d2ddd18bc9fdc319860eb193124898b063
parents 6cca8098 820a24dd
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