rosemary: Initial skeleton

Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I199c18bba9552cbccda9408e5120cc66a4cd1be1
This commit is contained in:
bengris32
2022-09-25 23:17:59 +01:00
parent b2e0f91a38
commit 9dd9e46f02
9 changed files with 186 additions and 0 deletions

11
Android.mk Normal file
View File

@@ -0,0 +1,11 @@
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifneq ($(filter rosemary, $(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif