Add in a drag'n'drop solution for prebuilt apps
Wth this, we no longer have to add a PRODUCT_COPY_FILE line somewhere
everytime we want to add an app to our builds.
This solution is a one and done for hundreds of potential additions.
2017 Bliss Roms - Adapted from Android-x86 Project
Original Copyright (C) 2011-2015 The Android-x86 Open Source Project
Change-Id: Ibb35d30f0828c0bf1a9298dc75cf414f9bd827cd
(cherry picked from commit 9180e0de2a3507e3178d17f47426a28b610244ce)
diff --git a/config/common.mk b/config/common.mk
index e11b22a..39ee678 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -118,4 +118,6 @@
# Bliss Versioning System
-include vendor/bliss/config/versions.mk
+$(call inherit-product-if-exists, vendor/bliss/prebuilt/common/app/Android.mk)
+$(call inherit-product-if-exists, vendor/bliss/prebuilt/common/privapp/Android.mk)
$(call inherit-product-if-exists, vendor/extra/product.mk)