Created by: kageiit
Expose a force_final_resource_ids
option on the android_library
rule.
This is useful to set on library rules that are only depended on by android_binary
rules. This enables libraries like Butterknife and android-annotations to work properly with buck when used in apps.
Partially resolves #223 (closed)