Loading system/gd/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ cc_test { sanitize: { address: true, }, min_sdk_version: "30", min_sdk_version: "Tiramisu", } cc_test { Loading system/gd/os/android/wakelock_native_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ class WakelockNativeTest : public Test { WakelockNative::Get().Initialize(); auto binder_raw = AServiceManager_getService("suspend_control"); auto binder_raw = AServiceManager_waitForService("suspend_control"); ASSERT_NE(binder_raw, nullptr); binder.set(binder_raw); control_service_ = ISuspendControlService::fromBinder(binder); Loading Loading
system/gd/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ cc_test { sanitize: { address: true, }, min_sdk_version: "30", min_sdk_version: "Tiramisu", } cc_test { Loading
system/gd/os/android/wakelock_native_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ class WakelockNativeTest : public Test { WakelockNative::Get().Initialize(); auto binder_raw = AServiceManager_getService("suspend_control"); auto binder_raw = AServiceManager_waitForService("suspend_control"); ASSERT_NE(binder_raw, nullptr); binder.set(binder_raw); control_service_ = ISuspendControlService::fromBinder(binder); Loading