This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lineage.files b/du.files | |
index 2f7aae4..56ddfed 100644 | |
--- a/lineage.files | |
+++ b/du.files | |
@@ -1,131 +1,199 @@ | |
./Android.mk | |
-./BoardConfigVendor.mk | |
-./marlin-vendor.mk | |
-./proprietary/bin/ATFWD-daemon | |
-./proprietary/bin/PktRspTest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1mdiff --git a/lineage.files b/du.files[m | |
[1mindex 2f7aae4..56ddfed 100644[m | |
[1m--- a/lineage.files[m | |
[1m+++ b/du.files[m | |
[36m@@ -1,131 +1,199 @@[m | |
./Android.mk[m | |
[31m-./BoardConfigVendor.mk[m | |
[31m-./marlin-vendor.mk[m | |
[31m-./proprietary/bin/ATFWD-daemon[m | |
[31m-./proprietary/bin/PktRspTest[m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export oldtag=android-7.1.1_r6 | |
export newtag=android-7.1.1_r9 | |
export cmversion=14.1 | |
# CAF | |
#export remotebase=https://source.codeaurora.org/quic/la/platform | |
# AOSP | |
export remotebase=https://android.googlesource.com/platform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while [ $# -gt 0 ]; do | |
case $1 in | |
-a|--all|all) all=true;; | |
esac | |
shift | |
done | |
killit() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <binder/IBinder.h> | |
#include <gui/IGraphicBufferProducer.h> | |
#include <utils/RefBase.h> | |
using namespace android; | |
extern "C" void _ZN7android21SurfaceComposerClient17setDisplaySurfaceERKNS_2spINS_7IBinderEEENS1_INS_22IGraphicBufferProducerEEE( | |
const sp<IBinder>& token, sp<IGraphicBufferProducer> bufferProducer); | |
extern "C" void _ZN7android21SurfaceComposerClient17setDisplaySurfaceERKNS_2spINS_7IBinderEEERKNS1_INS_22IGraphicBufferProducerEEE( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (C) 2015 The CyanogenMod Project | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java b/packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java | |
index dedbc9e..2fd17b8 100644 | |
--- a/packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java | |
+++ b/packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java | |
@@ -699,13 +699,24 @@ public class VolumeDialog implements TunerService.Tunable { | |
private void updateNotificationRowH() { | |
VolumeRow notificationRow = findRow(AudioManager.STREAM_NOTIFICATION); | |
- if (notificationRow != null) { | |
- if (mState.linkedNotification) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system/app/ClockworkPhotosWatchFace/ClockworkPhotosWatchFace.apk | |
system/app/FitnessPrebuiltWearable/FitnessPrebuiltWearable.apk | |
system/bin/install-recovery.sh | |
system/fonts/NotoNaskhArabic-Bold.ttf | |
system/fonts/NotoNaskhArabic-Regular.ttf | |
system/fonts/NotoNaskhArabicUI-Bold.ttf | |
system/fonts/NotoNaskhArabicUI-Regular.ttf | |
system/fonts/NotoSansArmenian-Bold.ttf | |
system/fonts/NotoSansArmenian-Regular.ttf | |
system/fonts/NotoSansBalinese-Regular.ttf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build/kati | |
dalvik | |
external/android-clat | |
external/aac | |
external/apache-http | |
bootable/recovery | |
development | |
bionic | |
external/bzip2 | |
build conflicts (on invisiblek's cm-14.1_android-7.1.1_r4 branch) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/service/Android.mk b/service/Android.mk | |
index cdee104..c1ba4a8 100644 | |
--- a/service/Android.mk | |
+++ b/service/Android.mk | |
@@ -145,12 +145,6 @@ LOCAL_MODULE_TAGS := | |
LOCAL_MODULE := wifi-service | |
LOCAL_PROTOC_OPTIMIZE_TYPE := nano | |
-ifeq ($(EMMA_INSTRUMENT_FRAMEWORK),true) | |
-LOCAL_EMMA_INSTRUMENT := true |