Created by: raviagarwal7
Similar to how java_library
& android_library
can have exported_deps
, this adds support for the same to android_res
. Since android_library
can't have resource deps in its exported_deps
, this achieve that by having exported deps in android_res
instead.