From 5e105eed1df62175c30fa9a51ea4f1e29b11f940 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Thu, 17 Feb 2022 13:24:37 +0100 Subject: [PATCH] sm8250-common: lights: use new lights ndk_platform --- lights/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights/Android.bp b/lights/Android.bp index 6a89910..efa69f4 100644 --- a/lights/Android.bp +++ b/lights/Android.bp @@ -24,7 +24,7 @@ cc_binary { "liblog", "libhardware", "libbinder_ndk", - "android.hardware.light-ndk_platform", + "android.hardware.light-V1-ndk_platform", ], srcs: [ "Lights.cpp",