commit | 7418252a4e82e580439c04cedd3f480163a78a8e | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jun 11 12:58:53 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jun 23 04:26:12 2021 +0000 |
tree | 28aaecc03cbdcf090df76e45802ecf33fc19ac7a | |
parent | 028303d52365ef2cf3d5a00d2f8df051f6e640e5 [diff] |
Completely migrate init first stage to Soong adb_debug.prop is migrated too. And ramdisk_available is added to all dependencies. Bug: 187196593 Test: boot Change-Id: I59cd149e0021211b8fd59c44b93bbf18dc8637bf Merged-In: I59cd149e0021211b8fd59c44b93bbf18dc8637bf
diff --git a/libmodprobe/Android.bp b/libmodprobe/Android.bp index ba11dc9..525a880 100644 --- a/libmodprobe/Android.bp +++ b/libmodprobe/Android.bp
@@ -8,6 +8,7 @@ "-Werror", ], vendor_available: true, + ramdisk_available: true, recovery_available: true, srcs: [ "libmodprobe.cpp",