disable DebugFS restrictions in factory builds

Bug: 186500818
Change-Id: I313c462fc9e97eb76f8772bd0c7536e6dcf62a01
Signed-off-by: Aaron Ding <aaronding@google.com>
This commit is contained in:
Aaron Ding 2021-05-11 23:19:46 +08:00
parent 7a7f31c030
commit f87f8ed1b0

View file

@ -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 \