From ca8393c352368485bcb8b277004fdb0c6cb572c6 Mon Sep 17 00:00:00 2001 From: tzh <tanzhtanzh@gmail.com> Date: Fri, 23 Aug 2024 05:40:03 +0000 Subject: [PATCH] feat(ir): add allwinner ir func and hal --- android/device/softwinner/ceres-common/ceres-common.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/android/device/softwinner/ceres-common/ceres-common.mk b/android/device/softwinner/ceres-common/ceres-common.mk old mode 100644 new mode 100755 index 81082ab..9cb206d --- a/android/device/softwinner/ceres-common/ceres-common.mk +++ b/android/device/softwinner/ceres-common/ceres-common.mk @@ -1,6 +1,8 @@ # inherit common.mk $(call inherit-product-if-exists, device/softwinner/common/common.mk) +$(call inherit-product-if-exists, vendor/aw/homlet/homlet.mk) + PRODUCT_CPU_TYPE ?= A100 DEVICE_PACKAGE_OVERLAYS := \ -- Gitblit v1.6.2