* Based on observing libqti-perfd-client expectations
Co-authored-by: Alexander Martinz <amartinz@shiftphones.com>
Co-authored-by: Arian <arian.kulmer@web.de>
Change-Id: Ibfc31f377b8d09a73e51da4dd28235fe3e408204
* Based on observing libplatformconfig expectations
Co-authored-by: Alexander Martinz <amartinz@shiftphones.com>
Change-Id: Ie4cd50bd42760f8b6127ba980981baec2109529b
Author: Vinay Verma <vvinay@codeaurora.org>
Date: Mon Feb 19 07:45:32 2018 +0530
Add Script to generate vendor hal make files
Script will generate blueprint files for vendor hals present
under proprieatry and opensource projects.It will recursively
search for all hal files and generate accordingly
Change-Id: Id08c68d0d059a9bbbf0260350e2c3d5bd702d517
Author: Vinay Verma <vvinay@codeaurora.org>
Date: Wed Mar 14 17:18:23 2018 +0530
- Do not generate fingerprint bp files - Check for bp files and exit if found.
Change-Id: Iae998facddd73d4ac24b4366dcd0f3bea119e6b7
Author: Vinay Verma <vvinay@codeaurora.org>
Date: Tue Apr 17 10:40:33 2018 +0530
Generate blueprint files for HAL's
- Add condition to check if .bp exists
- Generate .bp only if not present in build tree for a HAL.
- Remove fingerprint hard-coding and checks for not generating
bp files. It will be taken care by above point.
Change-Id: I21501c768e732167f44887730e0a1dc38ada4140
Author: David Ng <dave@codeaurora.org>
Date: Fri May 4 18:53:24 2018 -0700
Re-run hidl-gen on updated vendor HALs
Update vendor_hal makefile generation script to always re-run
for previously compile-time generated Android.bp's - but update
only if there are differences.
hidl-gen is skipped in HAL directories where there's an existing
Android.bp but are not previously compile-time generated.
Compile-time generated Android.bp's are denoted by an
.hidl-autogen alongside the Android.bp.
Change-Id: I79f70d48a72c456649d975b450a4d69bb47e9e93
Author: David Ng <dave@codeaurora.org>
Date: Fri May 11 19:09:13 2018 -0700
Sanitize host tools used in vendor HAL hidl-gen wrapper
Sanitize all host tools used by the vendor HAL hidl-gen wrapper.
This is an attempt to standardize the host tool behaviors that
may be impacted by variations in build-time environments.
Change-Id: I2f6eb5af05a7f2a3f5ea82ee1780a94f305b2b18
Author: Vinay Verma <vvinay@codeaurora.org>
Date: Sun Jun 24 19:53:06 2018 +0530
Handle case when .bp generation is failed
- Return exit command to calling function if .bp generation is
failed.
- Do not proceed with other HAL's if error is found.
- Move creation of .hidl-gen file at earlier stage because failure
in bp genration results in empty .bp file and script can run in
wrong case of pre-existing .bp files in next run.
Change-Id: I0f45326913fa1a4e3b6e289cf56a43b4382a9f7e
Author: Vinay Verma <vvinay@codeaurora.org>
Date: Tue Jul 17 17:49:01 2018 +0530
Create .hidl-autogen marker
If Android.bp is already present then it is moved to .hidl-autogen
and then back to Android.bp after checking diff. In this case we
are left with no marker and in next iteration Android.bp is
treated as committed file and hence not updated.
Creating .hidl-autogen explicitly.
Change-Id: I9c02dbba9a86cbdc4551d43a75b47d7d17c1b9d3
Author: Dileep Marchya <dmarchya@codeaurora.org>
Date: Wed Jun 26 20:42:17 2019 +0530
hidl-gen: Match exact string in hidl-gen before skipping.
- Grep leads to a substring match and causes package
names to get skipped incorrectly. Use -w option to
find the exact match.
CRs-Fixed: 2479486
Change-Id: Ic1fbe72304177d396eab142eaf832b841b61da24
Change-Id: Ic574fbee9ce858ee102235e248a9bf494112848b
Update current path as package root path, which
will help to avoid hard coded paths in project.
It is also recommended to use the current path.
Change-Id: Iba014f61a6e7a79148b511f6997d0197128459d6
Add new AIDL interface for System Helper Service. Following new
AIDL interface files are added as part of this change:
1. ISystemEvent.aidl
2. ISystemEventCallback.aidl
3. ISystemResource.aidl
4. SystemEventType.aidl
5. SystemResourceType.aidl
Change-Id: I07467b09871266607588a8c4a389f8b167427c74
--camx-sevice upgrade to V2, the offline aidl interface also update
to import device V2
Change-Id: Idb2d9598da8b0b293140f5b886292e89013c2b83
CRs-Fixed: 3427686
Support per-color-layer CAC src dest rects to enable
IPD (Inter Pupillary Distance) configuration.
Change-Id: I271034471053c8c4e6b46c6e84cec51ea58ca1ba