summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:20:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:20:25 +0000
commit9f5d2a0956f5369f7d7fea763ef5e2ea6abb01b0 (patch)
treebbc7b185114eadc17941215bc5412f01b6d2bd56
parent04fd959ef29883dde6cf08b514863c177b0122ea (diff)
parentf6466aecafe379c8335287e5a5e358b89e5cf428 (diff)
downloadlibsysprop-sdk-release.tar.gz
Snap for 11566117 from f6466aecafe379c8335287e5a5e358b89e5cf428 to sdk-releaseplatform-tools-35.0.1sdk-release
Change-Id: I48b979fba7f74e9dd020f85d6879b132f90d9239
-rw-r--r--srcs/Android.bp1
-rw-r--r--srcs/android/sysprop/InputProperties.sysprop3
-rw-r--r--srcs/android/sysprop/WidevineProperties.sysprop24
-rw-r--r--srcs/api/PlatformProperties-current.txt8
4 files changed, 34 insertions, 2 deletions
diff --git a/srcs/Android.bp b/srcs/Android.bp
index 344bc85..1ca4e99 100644
--- a/srcs/Android.bp
+++ b/srcs/Android.bp
@@ -28,6 +28,7 @@ sysprop_library {
"com.android.art",
"com.android.art.debug",
"com.android.btservices",
+ "com.android.compos",
"com.android.nfcservices",
"com.android.media.swcodec",
"com.android.tethering",
diff --git a/srcs/android/sysprop/InputProperties.sysprop b/srcs/android/sysprop/InputProperties.sysprop
index ec18e19..47375ad 100644
--- a/srcs/android/sysprop/InputProperties.sysprop
+++ b/srcs/android/sysprop/InputProperties.sysprop
@@ -16,13 +16,12 @@ module: "android.sysprop.InputProperties"
owner: Platform
# A debug flag that converts all touch pointers to stylus pointers.
-# Requires a reboot to take effect.
prop {
api_name: "simulate_stylus_with_touch"
type: Boolean
scope: Internal
access: Readonly
- prop_name: "persist.debug.input.simulate_stylus_with_touch"
+ prop_name: "debug.input.simulate_stylus_with_touch"
}
# A flag to enable the new touchpad input mapper introduced in Android U, based around the ChromeOS
diff --git a/srcs/android/sysprop/WidevineProperties.sysprop b/srcs/android/sysprop/WidevineProperties.sysprop
new file mode 100644
index 0000000..b3eb7b8
--- /dev/null
+++ b/srcs/android/sysprop/WidevineProperties.sysprop
@@ -0,0 +1,24 @@
+# Copyright (C) 2023 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+owner: Platform
+module: "android.sysprop.WidevineProperties"
+
+prop {
+ api_name: "forcel3_enabled"
+ type: Boolean
+ scope: Public
+ access: ReadWrite
+ prop_name: "persist.drm.forcel3.enabled"
+}
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 63d760c..bb58028 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -505,6 +505,14 @@ props {
}
}
props {
+ module: "android.sysprop.WidevineProperties"
+ prop {
+ api_name: "forcel3_enabled"
+ access: ReadWrite
+ prop_name: "persist.drm.forcel3.enabled"
+ }
+}
+props {
module: "android.sysprop.WifiProperties"
prop {
api_name: "start_supplicant"