Loading cmds/bugreport/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com cmds/bugreportz/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com cmds/dumpstate/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com Loading cmds/dumpsys/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com Loading libs/binder/Android.bp +14 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,10 @@ cc_defaults { name: "libbinder_common_defaults", host_supported: true, defaults: [ "libbinder_defer_bc_request_freeze_notification_flag_default", ], srcs: [ "Binder.cpp", "BpBinder.cpp", Loading Loading @@ -549,10 +553,20 @@ libbinder_addservice_cache_config { }, } cc_defaults { name: "libbinder_defer_bc_request_freeze_notification_flag_default", cflags: select(release_flag("RELEASE_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"), { true: ["-DLIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], false: ["-DNO_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], default: ["-DNO_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], }), } cc_defaults { name: "libbinder_kernel_defaults", defaults: [ "libbinder_client_cache_flag", "libbinder_defer_bc_request_freeze_notification_flag_default", "libbinder_addservice_cache_flag", "libbinder_remove_cache_static_list_flag", ], Loading Loading
cmds/bugreport/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com
cmds/bugreportz/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com
cmds/dumpstate/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com Loading
cmds/dumpsys/OWNERS +1 −0 Original line number Diff line number Diff line set noparent maco@google.com himanshuz@google.com nandana@google.com jsharkey@android.com Loading
libs/binder/Android.bp +14 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,10 @@ cc_defaults { name: "libbinder_common_defaults", host_supported: true, defaults: [ "libbinder_defer_bc_request_freeze_notification_flag_default", ], srcs: [ "Binder.cpp", "BpBinder.cpp", Loading Loading @@ -549,10 +553,20 @@ libbinder_addservice_cache_config { }, } cc_defaults { name: "libbinder_defer_bc_request_freeze_notification_flag_default", cflags: select(release_flag("RELEASE_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"), { true: ["-DLIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], false: ["-DNO_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], default: ["-DNO_LIBBINDER_DEFER_BC_REQUEST_FREEZE_NOTIFICATION"], }), } cc_defaults { name: "libbinder_kernel_defaults", defaults: [ "libbinder_client_cache_flag", "libbinder_defer_bc_request_freeze_notification_flag_default", "libbinder_addservice_cache_flag", "libbinder_remove_cache_static_list_flag", ], Loading