How to Add Pre-built App (System App) in AOSP source code
问题 I was trying to add an APK in AOSP version 10 as system application. I have followed the procedure mentioned in almost different links which is here Add apk in AOSP but nothing worked. The process mentioned in this link and the steps I followed are: Put my Apk in Aosp_root/packages/apps/my-app-folder/my-app.apk Write Android.mk of my-app.apk in /my-app-folder Code of Android.mk LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := Signal LOCAL