commit | 26a716d5e596a574ac3b7d38ffc8ae7056e14330 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Fri Aug 30 23:40:32 2024 +0000 |
committer | Yu Liu <yudiliu@google.com> | Wed Sep 04 19:59:55 2024 +0000 |
tree | 1e1ced2638fa5f9737612e91043b1d29cc400e08 | |
parent | c965be6ca209c5623a978a29de31c037da4b29cf [diff] [blame] |
Move the caching/restoring code from soong to blueprint to fully skip build actions. Bug: 358425833 Test: Manually verified the generated ninja and mk files and CI. Change-Id: Ieebb822c46f37c0ff55fad08531e9870a76cbd7b
diff --git a/android/Android.bp b/android/Android.bp index 78eca11..16a34b7 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -59,6 +59,7 @@ "gen_notice.go", "hooks.go", "image.go", + "init.go", "license.go", "license_kind.go", "license_metadata.go",