Hi,
Another way of achieving this is -
Add below line to BoardConfig.mk
TARGET_SYSTEM_PROP := $(LOCAL_PATH)/system.prop

and
add system.prop file to device/<your device>/ with
debug.sf.nobootanimation=1

or

if you would like to include inside device.mk then use
PRODUCT_PROPERTY_OVERRIDES += \
    debug.sf.nobootanimation=1


--
satish


On Tue, Oct 16, 2018 at 8:38 PM Ranjeet Upadhyay <mypulsarwo...@gmail.com>
wrote:

> Hi,
> I wanted to disable android's boot animation i am able to do it by placing
> the flag *debug.sf.nobootanimation 1 * in *init.rc* file but this flag
> doesn't work if i place it in *device.mk <http://device.mk>.*
> *Could you please let me know why this flag doesn't work if declared in
> the correspoding device.mk <http://device.mk> file.*
>
> --
> --
> unsubscribe: android-porting+unsubscr...@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-porting+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Regards,
satish patel

-- 
-- 
unsubscribe: android-porting+unsubscr...@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-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to