commit | cf2c43192db05ba32aa49721a3eaa21d833207d9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 29 20:51:29 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 29 20:51:29 2024 +0000 |
tree | 2d0c5722658cb4d6dfbc7555668ead9b121df2b7 | |
parent | b5b188b34c4acaa3260c45f36c4783141b402622 [diff] | |
parent | 4d33c64f70b7616767816c0d8f52b07c4fa55e8b [diff] |
Merge "Only install snapshotctl on debug builds" into main
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 925e934..5ce21e2 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -274,7 +274,6 @@ Shell \ shell_and_utilities_system \ sm \ - snapshotctl \ snapuserd \ storaged \ surfaceflinger \ @@ -492,6 +491,7 @@ record_binder \ servicedispatcher \ showmap \ + snapshotctl \ sqlite3 \ ss \ start_with_lockagent \