radxa0: Add radxa0_car to the build guards
authorBruno Martins <bgcngm@gmail.com>
Sun, 3 Mar 2024 12:04:12 +0000 (12:04 +0000)
committerBruno Martins <bgcngm@gmail.com>
Sun, 3 Mar 2024 12:05:45 +0000 (12:05 +0000)
Change-Id: Iae380f148dcf2813042c34afdef0b614a580b0c3

Android.mk

index 2d8f8f7c5b0d179f0b8a97d6f7b39e2ec23176b5..dd5be3b49e6e35142481df6c0893091bd284275d 100644 (file)
@@ -1,10 +1,10 @@
 #
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2024 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
 
-ifneq ($(filter radxa0 radxa0_tab, $(TARGET_DEVICE)),)
+ifneq ($(filter radxa0 radxa0_car radxa0_tab, $(TARGET_DEVICE)),)
 
 LOCAL_PATH := $(call my-dir)
 include $(call all-makefiles-under,$(LOCAL_PATH))