summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/DeviceStateRotationLock/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SettingsLib/DeviceStateRotationLock/Android.bp')
-rw-r--r--packages/SettingsLib/DeviceStateRotationLock/Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/SettingsLib/DeviceStateRotationLock/Android.bp b/packages/SettingsLib/DeviceStateRotationLock/Android.bp
new file mode 100644
index 000000000000..c642bd14ed79
--- /dev/null
+++ b/packages/SettingsLib/DeviceStateRotationLock/Android.bp
@@ -0,0 +1,16 @@
+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",
+
+ srcs: ["src/**/*.java"],
+
+ min_sdk_version: "21",
+}