eqs -> genevn

This commit is contained in:
moto 2023-09-03 08:36:21 -04:00
commit f80daedec9
305 changed files with 1496 additions and 166 deletions

View file

@ -7,6 +7,6 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),eqs)
ifeq ($(TARGET_DEVICE),genevn)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif