Loading Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,9 @@ filegroup { // For the generated R.java and Manifest.java ":framework-res{.aapt.srcjar}", // Java/AIDL sources to be moved out to CrashRecovery module ":framework-crashrecovery-sources", // etc. ":framework-javastream-protos", ":statslog-framework-java-gen", // FrameworkStatsLog.java Loading packages/CrashRecovery/OWNERS 0 → 100644 +3 −0 Original line number Diff line number Diff line ancr@google.com harshitmahajan@google.com robertogil@google.com packages/CrashRecovery/framework/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line filegroup { name: "framework-crashrecovery-sources", srcs: [ "java/**/*.java", "java/**/*.aidl", ], path: "java", visibility: ["//frameworks/base:__subpackages__"], } core/java/android/service/watchdog/ExplicitHealthCheckService.java→packages/CrashRecovery/framework/java/android/service/watchdog/ExplicitHealthCheckService.java +0 −0 File moved. View file core/java/android/service/watchdog/IExplicitHealthCheckService.aidl→packages/CrashRecovery/framework/java/android/service/watchdog/IExplicitHealthCheckService.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.os.RemoteCallback; /** * @hide */ @PermissionManuallyEnforced oneway interface IExplicitHealthCheckService { void setCallback(in @nullable RemoteCallback callback); Loading Loading
Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,9 @@ filegroup { // For the generated R.java and Manifest.java ":framework-res{.aapt.srcjar}", // Java/AIDL sources to be moved out to CrashRecovery module ":framework-crashrecovery-sources", // etc. ":framework-javastream-protos", ":statslog-framework-java-gen", // FrameworkStatsLog.java Loading
packages/CrashRecovery/OWNERS 0 → 100644 +3 −0 Original line number Diff line number Diff line ancr@google.com harshitmahajan@google.com robertogil@google.com
packages/CrashRecovery/framework/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line filegroup { name: "framework-crashrecovery-sources", srcs: [ "java/**/*.java", "java/**/*.aidl", ], path: "java", visibility: ["//frameworks/base:__subpackages__"], }
core/java/android/service/watchdog/ExplicitHealthCheckService.java→packages/CrashRecovery/framework/java/android/service/watchdog/ExplicitHealthCheckService.java +0 −0 File moved. View file
core/java/android/service/watchdog/IExplicitHealthCheckService.aidl→packages/CrashRecovery/framework/java/android/service/watchdog/IExplicitHealthCheckService.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.os.RemoteCallback; /** * @hide */ @PermissionManuallyEnforced oneway interface IExplicitHealthCheckService { void setCallback(in @nullable RemoteCallback callback); Loading