Move app to system partition
* As @fryevia discovered, there will be an error when
sdk_version doesn't exist in device tree (vayu in this case)
* error: packages/apps/SoftAPManager/app/src/main/Android.bp:1:1:
module "SoftAPManager" variant "android_common":
sdk_version: sdk_version must have a value when the module is
located at vendor or product
(only if PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE is set).
* Therefore, moving it to system would be the best selection for
device trees which don't include "sdk_version".
Signed-off-by: SakuraiLH <hikarilh@foxmail.com>
Tested-by: fryevia <fryevia@gmail.com>
Change-Id: I1b6d25691c23ea7d5b94b6743543f423f9cc08d1
diff --git a/app/src/main/Android.bp b/app/src/main/Android.bp
index 4b63078..3b31012 100644
--- a/app/src/main/Android.bp
+++ b/app/src/main/Android.bp
@@ -11,7 +11,6 @@
],
platform_apis: true,
- product_specific: true,
privileged: true,
certificate: "platform",