Hi, all
During compile time, I want to insert my test codes in Android source
like,
#ifdef MY_TEST_CODE
// my test code here
....
#else
 // original android source here
...
#endif
and want to apply that definition to all files in Android source tree.

So, where/how can I insert/define the "MY_TEST_CODE" definition?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to