From d04be04c21e34b0a817883804d8da53becfdb051 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Tue, 16 Feb 2021 08:39:40 +0000 Subject: Update QCOM hal owner. Change-Id: I3969cbd51a6d0526b6e43971955ad0f449f7091b --- OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index d65f614..15bc50d 100644 --- a/OWNERS +++ b/OWNERS @@ -1,5 +1,5 @@ # Default code reviewers picked from top 3 or more developers. # Please update this list if you find better candidates. hunga@google.com -krocard@google.com +mnaganov@google.com elaurent@google.com -- cgit v1.2.3 From 5d98761ef9cb3ecd215ad119e2df3a7be0e43b8b Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 6 Aug 2021 20:29:22 +0900 Subject: Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Change-Id: I02ecaa5582ff1fe0f1a560aa28bed8144f9fac3c --- hal/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/Android.mk b/hal/Android.mk index fcd1992..b9b64b1 100644 --- a/hal/Android.mk +++ b/hal/Android.mk @@ -226,7 +226,7 @@ endif LOCAL_SHARED_LIBRARIES += libbase libhidlbase libutils android.hardware.power@1.2 liblog -LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform +LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk LOCAL_SHARED_LIBRARIES += libbinder_ndk LOCAL_SRC_FILES += audio_perf.cpp -- cgit v1.2.3