Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="git://codeaurora.org/quic/la/" name="caf" />
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" />
<project name="TheMuppets/proprietary_vendor_htc" path="vendor/htc" remote="github" />
<project name="invisiblek/proprietary_vendor_hp" path="vendor/hp" remote="github" />
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="ssh://[email protected]:22123" name="gitlab" />
<remote fetch="git://codeaurora.org/quic/la/" name="caf" />
<project name="CyanogenMod/hudson" path="hudson" remote="github" revision="master" />
<project name="invisiblek/proprietary_vendor_htc" path="vendor/htc" remote="github" revision="cm-12.0_working" />
<!-- hals -->
diff --git a/tools/repopick.py b/tools/repopick.py
index 2600bde..53d0931 100755
--- a/tools/repopick.py
+++ b/tools/repopick.py
@@ -28,6 +28,7 @@ import subprocess
import re
import argparse
import textwrap
+import fnmatch
76738 # repopick: handle variant audio hal branching
76964 # audio:Changes to enable LPA/Tunnel
76965 # libhardware_legacy: Add MSM specific flags, devices and channels.
76966 # audio:Initial commit for Tunnel
76967 # libhardware: Add MSM string parameters.
76968 # libhardware: Add keys to support FM
76969 # libhardware: Add MSM string parameters.
76625 # libhardware: Add allocSize hook function.
76626 # libhardware: Add ifdef around allocSize
76779 # camera: add parameter override
76738 # repopick: handle variant audio hal branching
76964 # audio:Changes to enable LPA-Tunnel
76965 # libhardware_legacy: Add MSM specific flags, devices and channels.
76966 # audio:Initial commit for Tunnel
76967 # libhardware: Add MSM string parameters.
76968 # libhardware: Add keys to support FM
76969 # libhardware: Add MSM string parameters.
76625 # libhardware: Add allocSize hook function.
76626 # libhardware: Add ifdef around allocSize
76779 # camera: add parameter override
76964 # audio:Changes to enable LPA-Tunnel
76965 # libhardware_legacy: Add MSM specific flags, devices and channels.
76966 # audio:Initial commit for Tunnel
76967 # libhardware: Add MSM string parameters.
76968 # libhardware: Add keys to support FM
76969 # libhardware: Add MSM string parameters.
76625 # libhardware: Add allocSize hook function.
76626 # libhardware: Add ifdef around allocSize
76803 # qcom-common: TEMP remove overlays for cm-12.0
76786 # d2vzw: update fingerprint, blobs, assert, props, deps
#!/usr/bin/env python
##################################################
# #
# BUMP! Script #
# #
# Leverages codefi.re's web api to #
# automatically bump your images! #
# #
# Usage: #
## this file is used by Broadcom's Hardware Abstraction Layer at external/libnfc-nci/halimpl/
###############################################################################
# Application options
APPL_TRACE_LEVEL=0xFF
PROTOCOL_TRACE_LEVEL=0xFFFFFFFF
###############################################################################
# performance measurement
# Change this setting to control how often USERIAL log the performance (throughput)
76738 # repopick: handle variant audio hal branching
76919 # build: Handle boot images with custom makefile properly
78309 # m8 dont build dotcase
78310 # m8 disable overlays
76760 # use device-specific sepolicies
77143 # overlay: Enable more global actions
77387 # FM: Fix compilation errors
76803 # qcom-common: TEMP remove overlays for cm-12.0
77247 # d2: DO NOT MERGE - disable missing overlays
77242 # msm8960: set selinux permissive for now
@invisiblek
invisiblek / -
Created November 21, 2014 14:31
diff --git a/src/java/com/android/internal/telephony/uicc/RuimRecords.java b/src/java/com/android/internal/telephony/uicc/RuimRecords.java
index 1556c32..03fc270 100644
--- a/src/java/com/android/internal/telephony/uicc/RuimRecords.java
+++ b/src/java/com/android/internal/telephony/uicc/RuimRecords.java
@@ -40,6 +40,7 @@ import android.text.TextUtils;
import com.android.internal.telephony.CommandsInterface;
import com.android.internal.telephony.GsmAlphabet;
import com.android.internal.telephony.MccTable;
+import com.android.internal.telephony.PhoneConstants;