From c0f21299a4620342142fb7766bb363928d0e99f3 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 17 Nov 2022 23:10:10 -0500 Subject: [PATCH] extra: bash is now @ system_ext/bin Change-Id: Ieb93a028e9329036d3bf04cadc5f252cbb145d85 --- product.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product.mk b/product.mk index f02669d..cd7d9f9 100644 --- a/product.mk +++ b/product.mk @@ -12,7 +12,7 @@ PRODUCT_PACKAGES += \ ## Bash PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ - persist.sys.adb.shell=/system/xbin/bash + persist.sys.adb.shell=/system_ext/bin/bash ## Device-specific ifneq ($(filter %TP1803,$(TARGET_PRODUCT)),)