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/7ab22760-6f6a-4453-9962-70c5fe4db021n%40googlegroups.com.
