lineage: Complete the rebrand

* TODO: Rebrand cmsdk when it's in a working state

Change-Id: I0d8d573f9e0032110ae3a0f54ebe11a877b83137
This commit is contained in:
Luca Stefani
2017-08-17 19:28:48 +02:00
committed by Michael Bestas
parent 91f7620c4d
commit 5c60e4fd24
35 changed files with 186 additions and 575 deletions

View File

@@ -15,8 +15,8 @@ endif
endif
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_cm.cpp
LOCAL_MODULE := libhealthd.cm
LOCAL_SRC_FILES := healthd_board_lineage.cpp
LOCAL_MODULE := libhealthd.lineage
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES := \
system/core/healthd/include \
@@ -44,7 +44,7 @@ include $(CLEAR_VARS)
define _add-charger-image
include $$(CLEAR_VARS)
LOCAL_MODULE := vendor_cm_charger_$(notdir $(1))
LOCAL_MODULE := vendor_lineage_charger_$(notdir $(1))
LOCAL_MODULE_STEM := $(notdir $(1))
_img_modules += $$(LOCAL_MODULE)
LOCAL_SRC_FILES := $1
@@ -60,7 +60,7 @@ $(foreach _img, $(call find-subdir-subdir-files, "images/$(healthd_density)", "*
$(eval $(call _add-charger-image,$(_img))))
include $(CLEAR_VARS)
LOCAL_MODULE := cm_charger_res_images
LOCAL_MODULE := lineage_charger_res_images
LOCAL_MODULE_TAGS := optional
LOCAL_REQUIRED_MODULES := $(_img_modules)
LOCAL_OVERRIDES_PACKAGES := charger_res_images