Loading debuggerd/Android.bp +14 −3 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ cc_library { cc_library_static { name: "libdebuggerd", defaults: ["debuggerd_defaults"], ramdisk_available: true, recovery_available: true, vendor_ramdisk_available: true, Loading Loading @@ -221,9 +222,6 @@ cc_library_static { "libbase", "libcutils", ], runtime_libs: [ "libdexfile", // libdexfile_support dependency ], whole_static_libs: [ "libasync_safe", Loading @@ -250,6 +248,19 @@ cc_library_static { "libdexfile", ], }, ramdisk: { exclude_static_libs: [ "libdexfile_support", ], exclude_runtime_libs: [ "libdexfile", ], }, android: { runtime_libs: [ "libdexfile", // libdexfile_support dependency ], }, }, product_variables: { Loading debuggerd/proto/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ cc_library_static { "com.android.runtime", ], ramdisk_available: true, recovery_available: true, vendor_ramdisk_available: true, } Loading
debuggerd/Android.bp +14 −3 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ cc_library { cc_library_static { name: "libdebuggerd", defaults: ["debuggerd_defaults"], ramdisk_available: true, recovery_available: true, vendor_ramdisk_available: true, Loading Loading @@ -221,9 +222,6 @@ cc_library_static { "libbase", "libcutils", ], runtime_libs: [ "libdexfile", // libdexfile_support dependency ], whole_static_libs: [ "libasync_safe", Loading @@ -250,6 +248,19 @@ cc_library_static { "libdexfile", ], }, ramdisk: { exclude_static_libs: [ "libdexfile_support", ], exclude_runtime_libs: [ "libdexfile", ], }, android: { runtime_libs: [ "libdexfile", // libdexfile_support dependency ], }, }, product_variables: { Loading
debuggerd/proto/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ cc_library_static { "com.android.runtime", ], ramdisk_available: true, recovery_available: true, vendor_ramdisk_available: true, }