From 7af0fea40b41e90123908e0ea104f70dfc370edb Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 6 Oct 2019 02:05:22 +0300 Subject: power: Clean up and fix video encode/decode hint handling * Unify code style for non legacy SoCs * Restore legacy SoC handling which used to live in power-common.c but was removed in commit 561cffcbfa66192e839e040d2da3bff2ecf8dcac Change-Id: Ieb84e6d6c8d762614e21267e81e6057aa64b36dd --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 19cbdc8..5335a67 100644 --- a/Android.mk +++ b/Android.mk @@ -36,6 +36,10 @@ ifneq ($(BOARD_POWER_CUSTOM_BOARD_LIB),) else # Include target-specific files. +ifeq ($(call is-board-platform-in-list,msm8960), true) +LOCAL_SRC_FILES += power-8960.c +endif + ifeq ($(call is-board-platform-in-list,msm8974), true) LOCAL_SRC_FILES += power-8974.c endif -- cgit v1.2.3