From 84b1d7c0ca8ba63cbae6b4ac359f9a1620479beb Mon Sep 17 00:00:00 2001 From: razorloves Date: Tue, 28 May 2019 22:09:31 -0500 Subject: [PATCH] blueline: Add lineage dependencies file All blueline files are in the crosshatch repo, so we need to list it as the dependency. --- lineage.dependencies | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lineage.dependencies diff --git a/lineage.dependencies b/lineage.dependencies new file mode 100644 index 0000000..27cf734 --- /dev/null +++ b/lineage.dependencies @@ -0,0 +1,6 @@ +[ + { + "repository": "android_device_google_crosshatch", + "target_path": "device/google/crosshatch" + } +]