blob: c5957c6009344e7b6f7b26ade9efff3912d95685 [file] [log] [blame]
Jacky Wang34f24972024-02-29 09:38:36 +08001package {
2 default_applicable_licenses: ["frameworks_base_license"],
3}
4
5android_library {
6 name: "SettingsLibDataStore",
7 defaults: [
8 "SettingsLintDefaults",
9 ],
10 srcs: ["src/**/*"],
11 static_libs: [
12 "androidx.annotation_annotation",
13 "androidx.collection_collection-ktx",
14 ],
15}