Sanders is armv8 device. Setting TARGET_2ND_ARCH_VARIANT to armv8-a,
instead of armv7-a-neon, can silence the related warning during build.
Bug: 68012286
Test: lunch aosp_bullhead; make -j
Change-Id: I0989c3d4185334dbfe0a3d79d3595d8dff8abd2b
They both got replaced by runtime checks, see system/core @ 795267d4c
Change-Id: If6a5b5d93dd327475a1e6d3b80244381b1414f99
Signed-off-by: Alexander Martinz <alex@amartinz.at>
* Early mount /system
* Create a dedicated fstab for TWRP
* Load fstab from vendor
* Move also ueventd.qcom to vendor
Change-Id: Ifcefd31dcbcf562efc6359e1fa1e155d24d802e5
This flag enables the QCOM specific display features
Change-Id: Iba7409c7e3743de846a7fb8bfcc7ad0b80985409
CRs-Fixed: 2043662
(reverted from commit cb8cb730e5f78c1e152230a3626d03a7749a904a)
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
AOSP and mainline are going towards removing old 32-bit binder API support.
64-bit binder is 100% compatible with 32-bit kernel and userspace,
so there is no reason for us to keep using the old solution anymore.
We've switched to new API in our kernel, same thing should be applied to our userspace.
* 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