Skip to content
Snippets Groups Projects
Commit 3ede4fb7 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Restore TEST_MAPPING files removed during repackaging am: 51931e25 am: 9fd111d6 am: b4db485d

am: 7c378271

Change-Id: I33101a3d51c9e7d50952e535d46d1aef357665cf
parents c9b9e045 7c378271
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,9 @@ function do_transform() {
--target-dir ${SRC_OUT_DIR} \
--change-log ${CHANGE_LOG} \
${REPACKAGE_ARGS}
# Restore TEST_MAPPING files that may have been removed from the source directory
(cd $SRC_OUT_DIR; git checkout HEAD $(git status --short | grep -E "^ D .*/TEST_MAPPING$" | cut -c4-))
}
REPACKAGED_DIR=${PROJECT_DIR}/repackaged
......
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