fix: 首次提交

This commit is contained in:
2024-12-09 11:25:23 +08:00
parent d0c01071e9
commit 2c2109a5f3
4741 changed files with 290641 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package {
default_applicable_licenses: ["frameworks_base_license"],
}
android_library {
name: "SettingsLibDataStore",
defaults: [
"SettingsLintDefaults",
],
srcs: ["src/**/*"],
static_libs: [
"androidx.annotation_annotation",
"androidx.collection_collection-ktx",
"guava",
],
}