12 lines
		
	
	
		
			211 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			211 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2022-2024 The LineageOS Project
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: Apache-2.0
 | 
						|
#
 | 
						|
 | 
						|
LOCAL_PATH := $(call my-dir)
 | 
						|
 | 
						|
ifeq ($(TARGET_DEVICE),unicorn)
 | 
						|
include $(call all-makefiles-under,$(LOCAL_PATH))
 | 
						|
endif
 |