For now we're using 32 bits from stock, for both services. So use it until 64 bits blobs are ready
Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
system_server is currently responable of starting SensorService and
since it is a 64bit instance, system looks for 64bit sensorhal.
Disable this mechanism and manually start SensorService with a 32bit
copy of sensorservice to force the system using the 32bit HAL
This is based on vache's work on potter
Move away from building device manifest through PRODUCT_COPY_FILES.
Use the build variables - DEVICE_MANIFEST_FILE and DEVICE_MATRIX_FILE
to build device manifest and device compatibility files repectively.
Change-Id: Ieb3e410118ee9fe00c6b03e32a983e584960d8dc
potter doesn't have on stock rom
11-12 00:57:45.084 791 791 E soundtrigger: audio_extn_sound_trigger_init: DLOPEN failed for /vendor/lib/hw/sound_trigger.primary.msm8953.so. error = dlopen failed: library "/vendor/lib/hw/sound_trigger.primary.msm8953.so" not found
11-12 00:57:45.075 791 791 E audio_hw_dolby: audio_extn_dap_hal_init: DLOPEN failed for vendor/lib/libhwdaphal.so error dlopen failed: library "vendor/lib/libhwdaphal.so" not found
* On Oreo, android_filesystem_config is generated by a python script
that provides a nice way to add AIDs without overriding any header.
* Switch AID values from 9xxx to 5xxx since accepted ranges
for OEMs are only 5000-5999 and 2900-2999
* Remove fs_config_files since it is already in embedded.mk
* CMActions: Move to Lineage SDK
* CMActions -> LineageActions
Since history is going to be killed anyway:
* Move related stuff under "actions" or "doze" packages, make every class role clear
* Rename misleading TouchscreenGesture* to Actions*
Also add original-package for preferences migration
Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
(cherry picked from commit 99c39df834c26edfc066e8ad2088a55e5a858166)