Skip to content

Commit

Permalink
blossom: Initial skeleton
Browse files Browse the repository at this point in the history
Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
  • Loading branch information
Ookiineko committed Jul 2, 2023
0 parents commit 0884862
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/xiaomi/blossom/setup-makefiles.sh

soong_namespace {
}

9 changes: 9 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/blossom/setup-makefiles.sh

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),blossom)

endif
4 changes: 4 additions & 0 deletions BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/blossom/setup-makefiles.sh

7 changes: 7 additions & 0 deletions blossom-vendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/xiaomi/blossom/setup-makefiles.sh

PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/blossom

0 comments on commit 0884862

Please sign in to comment.