aboutsummaryrefslogtreecommitdiff
path: root/Android.bp (follow)
Commit message (Collapse)AuthorAge
* updatelineage-21.0Raghuram Subramani2024-10-15
|
* msm8996-common: Use Soong namespace to avoid device build conflictsEthan Chen2019-11-05
| | | | Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
* msm8996-common: Remove no longer needed Android BlueprintsBruno Martins2018-09-25
| | | | | | | * 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>
* msm8996-common: libhidl: Back to Android Makefile.Cosme Domínguez Díaz2018-04-22
| | | | | | | * @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.
* msm8996-common: libhidl: Switch to Soong build system.Cosme Domínguez Díaz2018-03-29
| | | | | | * 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.
* msm8996-common: Convert lights HAL into a native binderized HALBruno Martins2018-01-25
| | | | | Change-Id: If41458e22b9a67a5c2a415571723917df1904aa1 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* z2_plus: Switch to stock aosp camera implementationdd3boh2017-10-31
| | | | | | * With the wrapper this just works good Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Rename services so that it doesn't create problems when both ↵dd3boh2017-10-31
| | | | | | z2_plus and z2_row device trees are there Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Last edits to make camera workingdd3boh2017-10-31
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>