summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-08-27 15:35:51 -0700
committerYifan Hong <elsk@google.com>2021-08-27 18:00:25 -0700
commit425e7a994846f92bd7982c1c0c6c18256735c252 (patch)
tree3ded0a1a745ee4c01cb45bff8d0358fe920d8a30
parenta5d4b01b3db030c6c88c291ff751ad8ab7fd3ac7 (diff)
downloadmanifest-425e7a994846f92bd7982c1c0c6c18256735c252.tar.gz
Kleaf: add .source_date_epoch_dir
This is required to determine SOURCE_DATE_EPOCH. Bug: 194772369 Test: builds Change-Id: I578e27523990ec5fa7240b08a90a22738fca259b
-rw-r--r--default.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 7cefe00..5ee3912 100644
--- a/default.xml
+++ b/default.xml
@@ -9,7 +9,9 @@
<linkfile src="kleaf/bazel.sh" dest="tools/bazel" />
<linkfile src="kleaf/bazel.WORKSPACE" dest="WORKSPACE" />
</project>
- <project path="common" name="kernel/common" revision="android-mainline" />
+ <project path="common" name="kernel/common" revision="android-mainline" >
+ <linkfile src="." dest=".source_date_epoch_dir" />
+ </project>
<project path="kernel/common-patches" name="kernel/common-patches" >
<linkfile src="android-mainline" dest="common/patches" />
</project>