Thanks for your reply sathis....Actually I tried that one.when I remove an app directory, that having some other apps dependency file so it make a error during build time.....please give some other ideas...
Thanks & RegardsRaghul ROn Wed, May 8, 2019, 9:02 AM Satish Patel <tosati...@gmail.com> wrote:
On Wed, May 8, 2019 at 1:05 AM Raghul R <raghul...@gmail.com> wrote:Dear friends,I am trying to remove system applications from my source.i am trying two methods to remove system appsMethod1:Opened package/app/Android.mk and put ifeq (0,1) on start line endif on the end line...it is working but that app depends any other app means it cause an error..Method2:Opened device/qcom/common/base.mk and command(#) the product packages name what I want to remove....it is not
Refer build directory to find system app name and remove from there. Also remove all reference of system app from out directory before rebuilding the same
Regards,workingPlz give solution about this problem....is there any other methods to remove system app mean kindly explain that,let me know....Thanks advanceRaghul.R
--
--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porti...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/CALAxYqwEX92c15ef36H53Yd%3DPW7Qp4thO8pCT6%3D9kzqkohtiEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Regards,
satish patel
Dear friends,I am trying to remove system applications from my source.i am trying two methods to remove system appsMethod1:Opened package/app/Android.mk and put ifeq (0,1) on start line endif on the end line...it is working but that app depends any other app means it cause an error..Method2:Opened device/qcom/common/base.mk and command(#) the product packages name what I want to remove....it is not
working
Plz give solution about this problem....is there any other methods to remove system app mean kindly explain that,let me know....Thanks advance
--Regards,Raghul.R
--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porti...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/CALAxYqwEX92c15ef36H53Yd%3DPW7Qp4thO8pCT6%3D9kzqkohtiEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
QCOM_OVERRIDE_PACKAGES := \ SystemUI \ LatinIME \ SoundRecorder \ SysuiDarkTheme \ getlogapk \ SnapdragonGallery \ SnapdragonCameraLOCAL_MODULE := override_packagesLOCAL_MODULE_TAGS := optionalLOCAL_INIT_RC := bugreport.rcPACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(QCOM_OVERRIDE_PACKAGES))include $(BUILD_PHONY_PACKAGE)
PRODUCT_PACKAGES += override_packages