mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
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
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
cc_library_static {
|
|
name: "android.hardware.graphics.mapper@2.0",
|
|
export_include_dirs: ["include"],
|
|
}
|