aboutsummaryrefslogtreecommitdiff
path: root/Android.bp (unfollow)
Commit message (Collapse)Author
2019-11-05msm8996-common: Use Soong namespace to avoid device build conflictsEthan Chen
Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
2018-09-25msm8996-common: Remove no longer needed Android BlueprintsBruno Martins
* Soong now finds all Android.bp and Blueprints files in the source tree Change-Id: I2b7b22ecec7efb439d4c20c9d579ed9ceed5b20d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-04-22msm8996-common: libhidl: Back to Android Makefile.Cosme Domínguez Díaz
* @faizauthar12 had issues using Soong with libhidl on his buildbot and I don't mind use one or other build system. This is a partial revert of 7fc8c30651b2a0889cc6dc84fe76e150167c6cbe.
2018-03-29msm8996-common: libhidl: Switch to Soong build system.Cosme Domínguez Díaz
* And add a copy of android.hidl.base@1.0.so for vendor partition. It allow us to have RIL on GSI without need to hex-edit our blobs.
2018-01-25msm8996-common: Convert lights HAL into a native binderized HALBruno Martins
Change-Id: If41458e22b9a67a5c2a415571723917df1904aa1 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-10-31z2_plus: Switch to stock aosp camera implementationdd3boh
* With the wrapper this just works good Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-10-31z2_plus: Rename services so that it doesn't create problems when both ↵dd3boh
z2_plus and z2_row device trees are there Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-10-31z2_plus: Last edits to make camera workingdd3boh
Thanks @erfanoabdi, I actually love him not <3 Well, I didn't explained before about this so let's explain now: this necesity came up from the fact that LOS abandoned a patch (TARGET_USES_NON_TREBLE_CAMERA) that we needed and thanks to which camera started working for us, so we came up doing this directly because is the easiest way at all instead of making a camera wrapper or something like this, and we will keep this until it's needed to, and I don't have any problems in keeping it forever working perfectly. Signed-off-by: dd3boh <dade.garberi@gmail.com>