9344e608f6
Adds the full vendor/pawlet tree for PawletOS on Raspberry Pi 4/5: - build/: envsetup.sh helpers (breakfast/brunch/mka), bacon OTA target, Soong namespace, build core hook - config/: common.mk, version.mk, BoardConfigPawlet.mk, BoardConfigSoong.mk, privapp-permissions, me.pawlet.android feature XML - hal/boot_control/rpi/: AIDL boot_control HAL for RPi A/B slot switching - apps/Updater/: A/B OTA updater (download, verify, install, reboot) - apps/PawletPlatform/: platform resource APK (device icons, strings) - overlay/frameworks/base/core/res/: framework config overrides - prebuilt/, vars/: init rc, aosp_target_release
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
# Normalize line endings to LF for all text files (Android build system requires LF)
|
|
* text=auto eol=lf
|
|
|
|
# Binaries — no line ending conversion
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jar binary
|
|
*.zip binary
|
|
*.so binary
|