commit 0f9af440334fa6c9791c550731a26904244614b1 Author: AdarshGrewal Date: Wed Jun 3 12:05:52 2026 +0530 Init repo 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