Skip to content

Commit

Permalink
sdm: Add single system image support
Browse files Browse the repository at this point in the history
Add display_intf_headers to support single system image.

CRs-Fixed: 2251141
Change-Id: Ib88d0cc0107c5d463e2b612cb93dfd549bd6081e
  • Loading branch information
Uday Kiran Pichika authored and Baldev Sahu committed May 31, 2018
1 parent f8fb6b3 commit acdd208
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ cc_library_headers {
export_header_lib_headers: ["libhardware_headers"],
}

cc_library_headers {
name: "display_intf_headers",
vendor_available: true,
export_include_dirs: [
"include",
"libqdutils",
"gralloc",
],
header_libs: ["libhardware_headers"],
export_header_lib_headers: ["libhardware_headers"],
}

subdirs = [
"libqservice",
"libqdutils",
Expand Down

0 comments on commit acdd208

Please sign in to comment.