Anyone know of a simple way to selectively start a service based of
the type of build (USER, USERDEBUG, ENG) ? So, for example, I would
like to start a service using "logwrapper" in the USERDEBUG/ENG build
and without it in the USER build.

Example:
In USERDEBUG/ENG build:
service my-service /system/bin/logwrapper /system/bin/test

In USER builds:
service my-service /system/bin/test

Thanks,
Vijay

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to