aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:26 +0900
committerInseob Kim <inseob@google.com>2021-06-23 04:31:20 +0000
commit019e3d06ade4be12888b7cf3b8bb456c774e3e64 (patch)
treef2532dcacb3ad084c9f8dac881f318fad272fe68
parent48cd89513d851f4b67fee0aea563b59557545fc7 (diff)
downloadlibevent-019e3d06ade4be12888b7cf3b8bb456c774e3e64.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I044a075b7f8faf75e3ff8ef25ae01afc2aac5a32 Merged-In: I044a075b7f8faf75e3ff8ef25ae01afc2aac5a32
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9d4b51f..1253379 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,7 @@ license {
cc_library {
name: "libevent",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
vendor_available: true,
product_available: true,