summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-10-21 18:49:32 -0700
committerYifan Hong <elsk@google.com>2020-10-28 10:25:30 -0700
commitc6ad685a7b00714c2ecce16d19531cfb2ff6ccd0 (patch)
treeb497ccf8f0f07570ccd78031dcf86775547b4625
parentefb93a535d09dced0c9d563fd0a1760550954184 (diff)
downloadmksh-c6ad685a7b00714c2ecce16d19531cfb2ff6ccd0.tar.gz
Introduce sh.vendor_ramdisk.
Test: pass Bug: 156098440 Change-Id: Ie267b05c250a5f1831ae6d25aad9ea7bdc66ab2a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 15afd71..ae37481 100644
--- a/Android.bp
+++ b/Android.bp
@@ -124,6 +124,7 @@ cc_binary {
name: "sh",
defaults: ["sh-defaults"],
recovery_available: true,
+ vendor_ramdisk_available: true,
}
cc_binary {