From 39da805f20765a245f93f2d4ab6227ba40e1ce35 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 21 Aug 2024 08:57:29 +0200 Subject: [PATCH] Initial commit --- product.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 product.mk diff --git a/product.mk b/product.mk new file mode 100644 index 0000000..16e5132 --- /dev/null +++ b/product.mk @@ -0,0 +1 @@ +$(call inherit-product, vendor/lindroid/lindroid.mk)