From 18d5343aea2e7279d1829173782e283d8ca4104b Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Fri, 16 Jun 2023 17:10:30 +0900 Subject: [PATCH] display: Relocate auto-brightness.c from display core to wearable plugin The function of auto-brightness.c is only used by wearable plugin. Thus auto-brightness.c file is moved to wearable/display module. Change-Id: I301801f9325d6a09969070499a14dd0c38b0ba17 Signed-off-by: Yunhee Seo --- {src/display/plugin-common => plugins/wearable/display}/auto-brightness.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src/display/plugin-common => plugins/wearable/display}/auto-brightness.c (100%) diff --git a/src/display/plugin-common/auto-brightness.c b/plugins/wearable/display/auto-brightness.c similarity index 100% rename from src/display/plugin-common/auto-brightness.c rename to plugins/wearable/display/auto-brightness.c -- 2.7.4