Files
android_vendor_qcom_opensou…/Android.bp
David Ng 03e283993d Unconditionally include this project and create header library
Create qti_powerhal_headers library from include files and
permanently relocate power HAL from device/qcom/common
for all targets.

Change-Id: I379fde83cebf9d077b77fccf195345c4fe1c2d71
2018-06-04 16:00:03 -07:00

6 lines
117 B
Plaintext

cc_library_headers {
name: "qti_powerhal_headers",
vendor_available: true,
export_include_dirs: ["."],
}