From 0f9af440334fa6c9791c550731a26904244614b1 Mon Sep 17 00:00:00 2001 From: AdarshGrewal Date: Wed, 3 Jun 2026 12:05:52 +0530 Subject: [PATCH] Init repo --- Android.bp | 9 +++++++++ Android.mk | 5 +++++ BoardConfigVendor.mk | 3 +++ peridot-miuicamera-vendor.mk | 6 ++++++ 4 files changed, 23 insertions(+) create mode 100644 Android.bp create mode 100644 Android.mk create mode 100644 BoardConfigVendor.mk create mode 100644 peridot-miuicamera-vendor.mk diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..ef1111b --- /dev/null +++ b/Android.bp @@ -0,0 +1,9 @@ +// +// Automatically generated file. DO NOT MODIFY +// + +soong_namespace { + imports: [ + "device/xiaomi/peridot-miuicamera", + ], +} diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..362133d --- /dev/null +++ b/Android.mk @@ -0,0 +1,5 @@ +# +# Automatically generated file. DO NOT MODIFY +# + +LOCAL_PATH := $(call my-dir) diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk new file mode 100644 index 0000000..18ed0ae --- /dev/null +++ b/BoardConfigVendor.mk @@ -0,0 +1,3 @@ +# +# Automatically generated file. DO NOT MODIFY +# diff --git a/peridot-miuicamera-vendor.mk b/peridot-miuicamera-vendor.mk new file mode 100644 index 0000000..a04bedb --- /dev/null +++ b/peridot-miuicamera-vendor.mk @@ -0,0 +1,6 @@ +# +# Automatically generated file. DO NOT MODIFY +# + +PRODUCT_SOONG_NAMESPACES += \ + vendor/xiaomi/peridot-miuicamera