aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-07 21:48:14 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-07 21:48:14 +0000
commit9fb171e9778a6a42e774922601ea25a44fe754ea (patch)
tree96fde651222bba3b42778e8b2fae562616973e12
parent625bcc4bafb19fe6838e80903446f052887bd1d6 (diff)
parent57f2f402376d980d25f4f6e5103cfb7921ccfdd0 (diff)
downloadcuttlefish-pie-platform-release.tar.gz
Snap for 5450365 from 57f2f402376d980d25f4f6e5103cfb7921ccfdd0 to pi-platform-releasepie-platform-release
Change-Id: If23d09c55674ea084c1de43dc34163611a9eae35
-rw-r--r--vsoc_x86/auto/device.mk2
-rw-r--r--vsoc_x86/auto/overlay/frameworks/base/core/res/res/values/config.xml26
2 files changed, 27 insertions, 1 deletions
diff --git a/vsoc_x86/auto/device.mk b/vsoc_x86/auto/device.mk
index df9d9748e..296dfe2e7 100644
--- a/vsoc_x86/auto/device.mk
+++ b/vsoc_x86/auto/device.mk
@@ -19,4 +19,4 @@ $(call inherit-product, device/google/cuttlefish/shared/auto/device.mk)
PRODUCT_NAME := aosp_cf_x86_auto
PRODUCT_DEVICE := vsoc_x86
PRODUCT_MODEL := Cuttlefish x86 auto
-# PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86/auto/overlay
+PRODUCT_PACKAGE_OVERLAYS := device/google/cuttlefish/vsoc_x86/auto/overlay
diff --git a/vsoc_x86/auto/overlay/frameworks/base/core/res/res/values/config.xml b/vsoc_x86/auto/overlay/frameworks/base/core/res/res/values/config.xml
new file mode 100644
index 000000000..e6368cf3e
--- /dev/null
+++ b/vsoc_x86/auto/overlay/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2018, 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.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Enable multi-user. -->
+ <bool name="config_enableMultiUserUI">true</bool>
+ <!-- If true, all guest users created on the device will be ephemeral. -->
+ <bool name="config_guestUserEphemeral">true</bool>
+ <!-- Maximum number of users allowed on the device. -->
+ <integer name="config_multiuserMaximumUsers">4</integer>
+</resources> \ No newline at end of file