Merge "Modify dependencies of fake_device_config" into main

This commit is contained in:
Jihoon Kang
2024-02-14 17:38:15 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,8 @@
java_library {
name: "fake_device_config",
srcs: ["src/**/*.java"],
sdk_version: "core_current",
sdk_version: "none",
system_modules: "core-all-system-modules",
host_supported: true,
}