Skip to content

Instantly share code, notes, and snippets.

View benclarkk's full-sized avatar

ben clark benclarkk

View GitHub Profile
mako:/ $ dumpsys SurfaceFlinger
Build configuration: [sf HAS_CONTEXT_PRIORITY=0 DISABLE_TRIPLE_BUFFERING PRESENT_TIME_OFFSET=0 FORCE_HWC_FOR_RBG_TO_YUV=0 MAX_VIRT_DISPLAY_DIM=0 RUNNING_WITHOUT_SYNC_FRAMEWORK=0 NUM_FRAMEBUFFER_SURFACE_BUFFERS=2] [libui] [libgui]
Sync configuration: [using: EGL_ANDROID_native_fence_sync EGL_KHR_wait_sync]
DispSync configuration: app phase 1000000 ns, sf phase 1000000 ns, present offset 0 ns (refresh 16666667 ns)
Static screen stats:
< 1 frames: 306.898 s (17.9%)
< 2 frames: 357.945 s (20.8%)
< 3 frames: 34.448 s (2.0%)
< 4 frames: 24.818 s (1.4%)
ben@fortnite ~ $ sfossdk
Password:
/srv/mer/sdks/sfossdk/mer-sdk-chroot: line 72: cmp: command not found
Mounting system directories...
Mounting /srv/mer/targets as /srv/mer/targets
Mounting /srv/mer/toolings as /srv/mer/toolings
Mounting / as /parentroot
Mounting home directory: /home/ben
Entering chroot as ben
Last login: Sat Jan 5 15:50:43 UTC 2019 on pts/0
HABUILD_SDK [mako] ben@fortnite:~/hadk$ make hybris-hal
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=8.1.0
TARGET_PRODUCT=lineage_mako
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/lge/mako"
name="LineageOS/android_device_lge_mako"
revision="lineage-15.1" />
<project path="kernel/lge/mako"
name="LineageOS/android_kernel_lge_mako"
revision="stable/lineage-15.1" />
<project name="krnlyng/libhybris-1" path="external/libhybris" remote="github" revision="android8-initial-hwc2"/>
</manifest>
@benclarkk
benclarkk / logs
Last active January 6, 2019 17:32
including vendor/cm/vendorsetup.sh
ls: cannot access device/*/mako/cm.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_mako". Stop.
Device mako not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_lge_mako
Default revision: cm-11.0-XNPH44S-bacon-5fa8c79c0b
Checking branch info
Default revision cm-11.0-XNPH44S-bacon-5fa8c79c0b not found in android_device_lge_mako. Bailing.
Branches found:
cm-10.1-staging
HABUILD_SDK [mako] ben@yeet:~/hadk$ source build/envsetup.sh
including vendor/lineage/vendorsetup.sh
HABUILD_SDK [mako] ben@yeet:~/hadk$ export USE_CCACHE=1
HABUILD_SDK [mako] ben@yeet:~/hadk$ breakfast $DEVICE
including vendor/lineage/vendorsetup.sh
build/core/product_config.mk:238: *** Can not locate config makefile for product "lineage_mako". Stop.
Device mako not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
Found repository: android_device_lge_mako
Default revision: lineage-15.1
Checking branch info
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/lge/mako"
name="CyanogenMod/android_device_lge_mako"
revision="stable/lineage-15.1" />
<project path="kernel/lge/mako"
name="LineageOS/android_kernel_lge_mako"
revision="stable/lineage-15.1" />
<project name="krnlyng/libhybris-1" path="external/libhybris" remote="github" revision="android8-initial-hwc2"/>
</manifest>
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch=".."
review="review.lineageos.org" />
<remote name="private"
fetch="ssh://git@github.com" />
HABUILD_SDK [mako] ben@yeet:~/hadk$ make hybris-boot
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=8.1.0
TARGET_PRODUCT=lineage_mako
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
Building target platforms: armv7hl-meego-linux
Building for target armv7hl-meego-linux
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.r9bQnC
+ umask 022
+ cd /home/ben/hadk
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi'
+ export CFLAGS