summaryrefslogtreecommitdiff
path: root/hal/Android.mk
AgeCommit message (Collapse)Author
2019-10-01Remove libhwbinder/libhidltransport depsndk-sysroot-r21Steven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Iebe2c7695cd2bde3367684af8c1319c1f7a47ce6
2018-04-14Merge remote-tracking branch ↵Daniel Mentz
'goog/qcom/release/LA.UM.7.3.9.08.00.00.385.245' into pi-dev Bug: 77871398 Change-Id: I6ee756786d9413ff083cb7b3933de2a8aa648a28
2018-03-14ipacm: changed for not using local c includeSkylar Chang
do the andorid.mk clean-up for those included headers/libraries. Change-Id: I7c2e2cdb61a8c757866519a47d3c26ec3f8df311
2018-01-02Add -Wno-error to compile with global -Werror.Chih-Hung Hsieh
Bug: 66996870 Test: normal builds. Change-Id: I08c28f88148dbba859dcc5388addb82a98698dd0
2017-10-21IPACM: enable IPACM_HALSkylar Chang
Enable IPACM_HAL and compile IPANAT and IPACM Change-Id: I46fa07e92bce06b22da1dea179cc4359b9fcb214
2017-06-16hal: deal with unsatisfied dependenciesNiranjan Pendharkar
temporarily disabling until dependencies are met CRs-Fixed: 1112672 Change-Id: I51e32a3decd0ce80723858bbb537c9882deab721
2017-06-16hal: 1.0: Initial commitBryse Flowers
Create a shared library (liboffloadhal) that links against android.hardware.tetheroffload.config@1.0.so and android.hardware.tetheroffload.control@1.0.so in order to provide an abstraction for IPACM that translates input/output to/from the controlling client and IPACM. Also, provide headers to IPACM for defining abstract classes (aka interfaces). Change-Id: Ie1f8478c4ac918a33af38a303b5e3bd74226562c CRs-Fixed: 1112672