fix: 首次提交
This commit is contained in:
16
SettingsLib/DataStore/Android.bp
Normal file
16
SettingsLib/DataStore/Android.bp
Normal 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user