From f87f8ed1b0e3c6f8c548647b1be90a7d07336d71 Mon Sep 17 00:00:00 2001 From: Aaron Ding Date: Tue, 11 May 2021 23:19:46 +0800 Subject: [PATCH] disable DebugFS restrictions in factory builds Bug: 186500818 Change-Id: I313c462fc9e97eb76f8772bd0c7536e6dcf62a01 Signed-off-by: Aaron Ding --- factory_common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/factory_common.mk b/factory_common.mk index b4f1a1e8..393e21f8 100644 --- a/factory_common.mk +++ b/factory_common.mk @@ -65,6 +65,9 @@ PRODUCT_PACKAGES += \ FactoryOverlayLauncher3 \ FactoryOverlayFrameworkRes +# Disable DebugFS restrictions in factory builds +PRODUCT_SET_DEBUGFS_RESTRICTIONS := false + # PixelLogger for RF testing PRODUCT_PACKAGES_DEBUG += \ PixelLogger \