From 42ccd78fbaa21d3748d43ddba98df961f61f7111 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Wed, 3 Mar 2021 14:02:55 -0800 Subject: [PATCH] Move CIPD package creation tools under tools/cipd This moves tooling related to the creation of the Android embedding bundle CIPD package under tools/cipd. Having a single location for CIPD package creation tooling avoids spreading these around the tree and aids in discovery. This does not change the path within the CIPD package repo, nor does it change the path to which we download it via gclient as specified in the DEPS file. This will be followed by a patch to add a new Windows CIPD package necessary for UWP builds. --- .../cipd/android_embedding_bundle}/.gitignore | 0 .../cipd/android_embedding_bundle}/README.md | 0 .../cipd/android_embedding_bundle}/build.gradle | 0 .../cipd/android_embedding_bundle}/cipd.yaml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {shell/platform/android/embedding_bundle => tools/cipd/android_embedding_bundle}/.gitignore (100%) rename {shell/platform/android/embedding_bundle => tools/cipd/android_embedding_bundle}/README.md (100%) rename {shell/platform/android/embedding_bundle => tools/cipd/android_embedding_bundle}/build.gradle (100%) rename {shell/platform/android/embedding_bundle => tools/cipd/android_embedding_bundle}/cipd.yaml (100%) diff --git a/shell/platform/android/embedding_bundle/.gitignore b/tools/cipd/android_embedding_bundle/.gitignore similarity index 100% rename from shell/platform/android/embedding_bundle/.gitignore rename to tools/cipd/android_embedding_bundle/.gitignore diff --git a/shell/platform/android/embedding_bundle/README.md b/tools/cipd/android_embedding_bundle/README.md similarity index 100% rename from shell/platform/android/embedding_bundle/README.md rename to tools/cipd/android_embedding_bundle/README.md diff --git a/shell/platform/android/embedding_bundle/build.gradle b/tools/cipd/android_embedding_bundle/build.gradle similarity index 100% rename from shell/platform/android/embedding_bundle/build.gradle rename to tools/cipd/android_embedding_bundle/build.gradle diff --git a/shell/platform/android/embedding_bundle/cipd.yaml b/tools/cipd/android_embedding_bundle/cipd.yaml similarity index 100% rename from shell/platform/android/embedding_bundle/cipd.yaml rename to tools/cipd/android_embedding_bundle/cipd.yaml