Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bc: Sec patch: Send the phone back to past #92

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ TARGET_BLOW_TO_WAKE_NODE := "/dev/input/blowunit1"
TARGET_WORK_TO_WAKE_NODE := "/dev/walk/from/india/to/usa"

# Security Patch Level
VENDOR_SECURITY_PATCH := 3333-13-32
VENDOR_SECURITY_PATCH := 2077-27-27
4 changes: 2 additions & 2 deletions aosp.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"remote": "googleplex-android-review"
},
{
"repository": "packages_apps_CornHub",
"target_path": "packages/apps/CornHub",
"repository": "packages_apps_PronHub",
"target_path": "packages/apps/PronHub",
"branch": "premium",
"remote": "mindgeek"
}
Expand Down
4 changes: 2 additions & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ PRODUCT_COPY_FILES += \
TARGET_SCREEN_HEIGHT := 7680
TARGET_SCREEN_WIDTH := 4320

# CornHub
# PronHub
PRODUCT_PACKAGES += \
CornHub
PronHub

# Overlays
DEVICE_PACKAGE_OVERLAYS += \
Expand Down