Open nickdesaulniers opened 7 years ago
8974 Bug: 27656253
cd hardware/qcom/bt; git revert c7dc913784965e4ce705c2045f0a8b43fcd1db1c;
cd hardware/qcom/gps; git revert 53bf15aab71461f81e27e6f5176afcd1a29af7d4; git revert 486ab751599b7f8b5a2f2711d22867ad54fdc79b;
cd hardware/qcom/keymaster; git revert 583ecf5ed2a4be0d05229b8c6726680c3836be8b;
cd hardware/qcom/media; git revert 9e8b76d32ece15e79ebf4b02ede869d89807eec6
see Editing the default manifest: http://xda-university.com/as-a-developer/repo-tips-tricks
todo: read .repo/repo/docs/manifest-format.txt
example: http://developer.sonymobile.com/open-devices/aosp-build-instructions/how-to-build-aosp-nougat-for-unlocked-xperia-devices/
repo help manifest
[ 5.762658] init: SELinux: Could not load policy: Invalid argument [ 5.768144] init: failed to load policy: Invalid argument [ 5.773426] init: Security failure; rebooting into recovery mode...
https://jeffvanderstoep.blogspot.com/2016/05/selinux-kernel-patches-for-android-n.html
mkbootimg not in out bison broken
need to install bison
bison pure parser,cp $(which bison) prebuilts/misc/linux-x86/bison/bison
orremove the line it complains about, system/tools/aidl/aidl_language_y.yy
aapt com.android.internal
rm device/lge/hammerhead/overlay/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg
hardware/qcom/
git clone https://android.googlesource.com/platform/hardware/qcom/msm8x74
missing gralloc_priv.h,
cd hardware/qcom/display/; git checkout android-6.0.1_r72
or:git revert 798662177c2d334ce59b232effd3315ee872a33a; git revert a8a53d301806a2134e72b55797378e6f7cf63e14;
xmllint missing.
sudo apt-get install libxml2-utils