Files
hardware_interfaces/graphics/mapper/2.0/Android.bp
Colin Cross ded9852531 Stop using genrule to copy headers
There is no need to use a genrule to copy headers, just move them into
an appropriate directory in the source tree and export them directly.

Bug: 31948427
Test: mmma -j frameworks/native/libs/ui
Change-Id: I9c5f385e29c78d47479c77a546cfc737e4dd40f8
2016-11-04 22:49:15 -07:00

5 lines
110 B
Plaintext

cc_library_static {
name: "android.hardware.graphics.mapper@2.0",
export_include_dirs: ["include"],
}