14.1: Drop 5 devices supported by 15.1

This commit is contained in:
Tad 2018-03-01 09:51:05 -05:00
parent 601c03df01
commit eea5b71bd4
15 changed files with 17 additions and 2752 deletions

View file

@ -61,18 +61,23 @@ buildAll() {
brunch lineage_angler-user;
brunch lineage_bacon-user;
brunch lineage_bullhead-user;
#brunch lineage_d802-userdebug;
brunch lineage_d852-userdebug;
brunch lineage_d855-userdebug;
brunch lineage_flo-user; #Not affected by size, but breaks: undefined reference to 'mm_jpeg_get_new_session_idx'
#brunch lineage_d855-userdebug; #device/lge/d855/recovery/recovery_updater.cpp:29:10: fatal error: 'updater/install.h' file not found
#brunch lineage_ether-user;
brunch lineage_flo-user;
brunch lineage_flounder-user;
#brunch lineage_hammerhead-user;
#brunch lineage_shamu-user;
#brunch lineage_FP2-user;
#brunch lineage_hammerhead-user; #find: `hardware/cyanogen/cmhw': No such file or directory
#brunch lineage_marlin-user;
#brunch lineage_sailfish-user;
brunch lineage_shamu-user;
}
export -f buildAll;
patchWorkspace() {
source build/envsetup.sh;
repopick 204743 204744 207991; #Cherry picks
repopick 204743 204744; #Cherry picks
source $scripts/Patch.sh;
source $scripts/Defaults.sh;

View file

@ -65,7 +65,7 @@ enterAndClear "build/make"
sed -i 's/messaging/Silence/' target/product/*.mk; #Replace AOSP Messaging app with Silence
enterAndClear "device/qcom/sepolicy"
patch -p1 < $patches"android_device_qcom_sepolicy/0001-Camera_Fix.patch" #Fix camera on user builds
patch -p1 < $patches"android_device_qcom_sepolicy/0001-Camera_Fix.patch" #Fix camera on -user builds
enterAndClear "frameworks/base"
#git revert https://review.lineageos.org/#/c/202875/ #re-enable doze on devices without gms
@ -161,6 +161,9 @@ cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
git revert a6a4ce8e9a6d63014047a447c6bb3ac1fa90b3f4 #Always update recovery
patch -p1 < $patches"android_system_core/0001-Harden_Mounts.patch" #Harden mounts with nodev/noexec/nosuid. Disclaimer: From CopperheadOS 13.0
enterAndClear "system/sepolicy"
git revert c994face15fbcbd8c0b083ca5d36e0b2258b033a #breaks -user builds
enterAndClear "system/vold"
patch -p1 < $patches"android_system_vold/0001-AES256.patch" #Add a variable for enabling AES-256 bit encryption