you should put it under /vendor/<your-company-name>
and use product overlays ..

-Dan


On Thu, Jul 23, 2009 at 8:26 PM, cht <caoht...@gmail.com> wrote:

>
> For OEM, we add some resources, includs drawables, layouts and some
> other no-file resources like strings and id. we put this resources to
> the android framework resource directory: frameworks/base/core/res/
> res.
>
> But we face a big problem, the android internal resource id will be re-
> ordered(we can fild it here: out\target\common\R\com\android\internal
> \R.java), our new resource id will be insert into the android resource
> id.  but we want our resource id just appended behind the android
> resource.
>
> because of this, some CTS cases will not pass. and we face some other
> compatible problems.
>
> can you tell me how to organize our self framework resources, let the
> resource id append behind the android resource.
>
> thank you!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to