android_vendor_extendrom
android_vendor_extendrom copied to clipboard
modifying / extending the Android build process
# Description add an option to pass safeteynet. Details: - https://protonaosp.org/developers/details/safetynet - https://github.com/kdrag0n/safetynet-fix/issues/307#issuecomment-2033376928 # Target version _What Android version should support that feature (add an `x` within the `[ ]`...
# Description It would be great if the user could disable the native call recording filter regardless of the country where the user is located ( similar to disabling Shutter...
# Description So far, there are patches for Android versions 10 through 13. I would like to build A14 based roms with signature spoofing support; however I am at a...
# Description _describe your feature request as detailed as possible:_ Include/move: https://github.com/sfX-android/android_buildtools/tree/main/sign # Target version _What's your current custom OS and Android version you're building for:_ ... _What Android version...
# Description I have a aosp build which I want to use magisk to install gapps (Using https://github.com/chickendrop89/systemless-gapps to build the app package) On my base build without extendrom, I...
changes should have no effect on older versions. only the check if files exist before copying it (er.sh) is overlapping, but should be fine...
addresses the build error: `"The following types on /data/ must be associated with the "data_file_type" attribute: boot_log_file"` when compiling LineageOS 17.1 (A10) with boot_debug enabled.
### Reproduction steps / Problem description issue: > Google seemingly has updated their signature checking code. On Android 9 and above, the latest code uses [PackageInfo.signingInfo](https://developer.android.com/reference/android/content/pm/PackageInfo#signingInfo) (via [GET_SINGNING_CERTIFICATES flags](https://developer.android.com/reference/android/content/pm/PackageManager#GET_SIGNING_CERTIFICATES)) instead...