Monday, February 13, 2012

[android-developers] Duplicated so files in system/lib/hw

Hi,

I'm developing on ICS version.
Recently I found out there are some duplicated so files on target file
system.

/system/lib/hw directory has same library as below.

audio.primary.default.so
audio.primary.[product_name].so

audio_policy.default.so
audio_policy.[product_name].so

camera.goldfish.so
camera.[product_name].so

gralloc.default.so
gralloc.[product_name].so

lights.goldfish.so
lights.[product_name].so

The above files are also place in the source tree.
(out/target/product/[product_name]/system/lib/hw)

I think defaut & goldfish are for emulator.

Does anyone know How to change the build scheme to remove the
duplicated files?
Thank you in advance.

BR,

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

No comments:

Post a Comment