Merge "Dark boot on dark theme." into qt-dev
am: 02e6a6128b

Change-Id: I23efa69331d722320d112ae1fee7e3aff82e78a0
diff --git a/BoardConfig.mk b/BoardConfig.mk
index fdd04a5..4662ae1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,7 +26,7 @@
 BOARD_EXT4_SHARE_DUP_BLOCKS := true
 
 # sepolicy
-BOARD_SEPOLICY_DIRS += device/google/taimen/sepolicy
+BOARD_VENDOR_SEPOLICY_DIRS += device/google/taimen/sepolicy
 
 # Kernel modules
 ifeq (,$(filter-out taimen_kasan, $(TARGET_PRODUCT)))
diff --git a/self-extractors/google_devices/staging/BoardConfigPartial.mk b/self-extractors/google_devices/staging/BoardConfigPartial.mk
index fc1a83b..5f4f882 100644
--- a/self-extractors/google_devices/staging/BoardConfigPartial.mk
+++ b/self-extractors/google_devices/staging/BoardConfigPartial.mk
@@ -13,3 +13,8 @@
 # limitations under the License.
 
 BOARD_PREBUILT_VENDORIMAGE := vendor/google_devices/taimen/proprietary/vendor.img
+
+-include vendor/google/tools/android-info.mk
+ifdef USE_ANDROID_INFO
+  TARGET_BOARD_INFO_FILE := vendor/google_devices/taimen/android-info.txt
+endif