fix: 首次提交
This commit is contained in:
20
SettingsLib/DeviceStateRotationLock/Android.bp
Normal file
20
SettingsLib/DeviceStateRotationLock/Android.bp
Normal file
@@ -0,0 +1,20 @@
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "frameworks_base_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["frameworks_base_license"],
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "SettingsLibDeviceStateRotationLock",
|
||||
use_resource_processor: true,
|
||||
|
||||
srcs: [
|
||||
"src/**/*.java",
|
||||
"src/**/*.kt",
|
||||
],
|
||||
|
||||
min_sdk_version: "21",
|
||||
}
|
||||
Reference in New Issue
Block a user