vendor/bliss: Build CustomDoze

Change-Id: Id4ffc50bcc1ec7e27c529503b0fa8e0bb6342bbf
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/config/bliss_packages.mk b/config/bliss_packages.mk
index 1b02be3..a07144f 100644
--- a/config/bliss_packages.mk
+++ b/config/bliss_packages.mk
@@ -42,7 +42,8 @@
     Launcher3 \
     WallpaperPicker \
     BlissUpdater \
-    Lawnchair
+    Lawnchair \
+    CustomDoze
 
 # Additional apps
 PRODUCT_PACKAGES += \
diff --git a/overlay/common/frameworks/base/core/res/res/values/bools.xml b/overlay/common/frameworks/base/core/res/res/values/bools.xml
new file mode 100644
index 0000000..eef8c86
--- /dev/null
+++ b/overlay/common/frameworks/base/core/res/res/values/bools.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2018 The BlissRoms 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">
+    <bool name="config_alt_ambient_display">true</bool>
+</resources>