Skip to content

Commit

Permalink
Add debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Jul 25, 2024
1 parent 50f8669 commit 594b712
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
run: |
# copy vanilla config
pushd device/phh/treble
cp -fv ../../../../configs/voltage_vanilla.mk voltage.mk
ls -l ../../../../
cp -fv ../../../../configs/voltage-vanilla.mk voltage.mk
bash generate.sh voltage
popd
Expand Down
26 changes: 26 additions & 0 deletions src/device/phh/treble/voltage.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
$(call inherit-product, vendor/voltage/config/common_full_phone.mk)
$(call inherit-product, vendor/voltage/config/BoardConfigVoltage.mk)
$(call inherit-product, device/voltage/sepolicy/common/sepolicy.mk)
-include vendor/voltage/build/core/config.mk

# Bootanimation (force 720p - 720x1280)
TARGET_BOOT_ANIMATION_RES := 1280

# Kernel
TARGET_NO_KERNEL_IMAGE := true
TARGET_NO_KERNEL_OVERRIDE := true

# Overlay
PRODUCT_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-voltage

# Packages
PRODUCT_PACKAGES += \
Apps \
AuroraStorePrivilegedExtension \
F-DroidPrivilegedExtension \
OpenEUICC

# SELinux
SELINUX_IGNORE_NEVERALLOWS := true
TARGET_USES_PREBUILT_VENDOR_SEPOLICY := true

0 comments on commit 594b712

Please sign in to comment.