summaryrefslogtreecommitdiff
path: root/boot/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'boot/Android.bp')
-rw-r--r--boot/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp
index 8a3d35e2d0eb..4b3ad655d36b 100644
--- a/boot/Android.bp
+++ b/boot/Android.bp
@@ -29,6 +29,7 @@ soong_config_module_type {
config_namespace: "AUTO",
bool_variables: [
"car_bootclasspath_fragment",
+ "release_crashrecovery_module",
],
properties: [
"fragments",
@@ -155,6 +156,15 @@ custom_platform_bootclasspath {
},
],
},
+ release_crashrecovery_module: {
+ fragments: [
+ // only used when crashrecovery is enabled
+ {
+ apex: "com.android.crashrecovery",
+ module: "com.android.crashrecovery-bootclasspath-fragment",
+ },
+ ],
+ },
},
// Additional information needed by hidden api processing.