Hi all,
now I want to place some configuration files to the 'system/etc/
somedir' directory.
I know we can use 'PRODUCT_COPY_FILES' in makefile to copy file to the
'system' directory, like
PRODUCT_COPY_FILES := \
development/data/etc/vold.conf:system/etc/vold.conf \
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/
etc/permissions/android.hardware.camera.autofocus.xml
But my direcory 'somedir' under path 'system/etc/' is not created at
first, and this is my question:
how to create this directory?
I know the system directory is read only, so it seems not possible to
create the directory in code.
Is there any ideas on this question?
Thanks for any response!!
BRs
Rick
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to
android-...@googlegroups.com.
To unsubscribe from this group, send email to
android-platfo...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/android-platform?hl=en.