You can use "make installclean". It cleans all the things.

But I use the manual approach and delete the folder of the module from 
.intermediate folder.  So, tit only remove the module and the others will 
not be affected. 

On Thursday, January 19, 2023 at 7:00:38 PM UTC+1 Netanel Hadad wrote:

> Hi,
>
>
> Sometimes, when I try to compile only one service in my AOSP, I don't see 
> the changes in fact, probably because of a compilation cache memory.
>
> I'm trying to do by the following steps:
>
>    1. Change the code
>    2. source build/envsetup.sh
>    3. lunch [X]
>    4. Go to the Android.mk file source
>    5. mm -j12
>
>
> To push it into the device I'm using the following steps:
>
>    1. adb root
>    2. adb remount
>    3. kill the process
>    4. push the file from out/*/vendor/bin to /vendor/bin
>    5. chmod +x
>
>
> Sometimes it indeed works and I do see my changes, but sometimes, no 
> matter what I do, the file is not updated with my changes.
>
> Any idea what I'm doing wrong?
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/cd1245e2-1d1e-4d81-a0f3-fed331a9578dn%40googlegroups.com.

Reply via email to