Enabled battery percentage during charging, enabled compilation of
ril-caf modules.
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9ddd41a..c15e33d 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -59,7 +59,7 @@
 
 # Charger
 # BOARD_CHARGER_ENABLE_SUSPEND := true
-# BOARD_CHARGER_SHOW_PERCENTAGE := true
+BOARD_CHARGER_SHOW_PERCENTAGE := true
 
 #sec_s3fwrn5 <- NFC HAL
 
@@ -159,7 +159,7 @@
 # RIL
 TARGET_RIL_VARIANT := caf
 #override to enable audio.
-BOARD_PROVIDES_LIBRIL := true
+BOARD_PROVIDES_LIBRIL := false
 
 # SELinux
 include device/qcom/sepolicy/sepolicy.mk