Loading boot/Android.bp +10 −4 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ soong_config_module_type { "car_bootclasspath_fragment", "nfc_apex_bootclasspath_fragment", "release_crashrecovery_module", "release_package_profiling_module", ], properties: [ "fragments", Loading Loading @@ -121,10 +122,6 @@ custom_platform_bootclasspath { apex: "com.android.permission", module: "com.android.permission-bootclasspath-fragment", }, { apex: "com.android.profiling", module: "com.android.profiling-bootclasspath-fragment", }, { apex: "com.android.scheduling", module: "com.android.scheduling-bootclasspath-fragment", Loading Loading @@ -179,6 +176,15 @@ custom_platform_bootclasspath { }, ], }, release_package_profiling_module: { fragments: [ // only used if profiling is enabled. { apex: "com.android.profiling", module: "com.android.profiling-bootclasspath-fragment", }, ], }, }, // Additional information needed by hidden api processing. Loading Loading
boot/Android.bp +10 −4 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ soong_config_module_type { "car_bootclasspath_fragment", "nfc_apex_bootclasspath_fragment", "release_crashrecovery_module", "release_package_profiling_module", ], properties: [ "fragments", Loading Loading @@ -121,10 +122,6 @@ custom_platform_bootclasspath { apex: "com.android.permission", module: "com.android.permission-bootclasspath-fragment", }, { apex: "com.android.profiling", module: "com.android.profiling-bootclasspath-fragment", }, { apex: "com.android.scheduling", module: "com.android.scheduling-bootclasspath-fragment", Loading Loading @@ -179,6 +176,15 @@ custom_platform_bootclasspath { }, ], }, release_package_profiling_module: { fragments: [ // only used if profiling is enabled. { apex: "com.android.profiling", module: "com.android.profiling-bootclasspath-fragment", }, ], }, }, // Additional information needed by hidden api processing. Loading