Skip to content

Instantly share code, notes, and snippets.

View pcamp96's full-sized avatar

Patrick Campanale pcamp96

View GitHub Profile
patrickc@p000001:~/storage/development/my-cm-10-1$ mka gralloc.msm8660
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.2.2
TARGET_PRODUCT=cm_tenderloin
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
patrickc@p000001:~/storage/development/my-cm-10-1$ mka gralloc.msm8660
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.2.2
TARGET_PRODUCT=cm_tenderloin
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
patrickc@p000001:~/storage/development/my-cm-10-1$ mka gralloc.msm8660
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.2.2
TARGET_PRODUCT=cm_tenderloin
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
^[[32mtarget thumb C++:^[[0m libmemalloc <= hardware/qcom/display-legacy/libgralloc/alloc_controller.cpp
^[[32mtarget thumb C++:^[[0m libmemalloc <= hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp
^[[32mtarget thumb C++:^[[0m libmemalloc <= hardware/qcom/display-legacy/libgralloc/ashmemalloc.cpp
^[[32mtarget thumb C++:^[[0m libmemalloc <= hardware/qcom/display-legacy/libgralloc/pmem_bestfit_alloc.cpp
(cd /mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/out/target/product/tenderloin/system/usr/srec/config/en.us/grammars; rm -f VoiceDialer.Grev2.det.txt VoiceDialer.map VoiceDialer.omap VoiceDialer.P.txt VoiceDialer.params VoiceDialer.PCLG.txt VoiceDialer.script)
libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/build/tools/releasetools/ota_from_target_files", line 491
def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip):
^
IndentationError: unexpected unindent
def GetBuildProp(prop, info_dict):
"""Return the fingerprint of the build of a given target-files info_dict."""
try:
# return info_dict.get("build.prop", {})[prop]
# except KeyError:
raise common.ExternalError("couldn't find %s in build.prop" % (property,))
def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip):
Traceback (most recent call last):
File "device/hp/tenderloin/releasetools/tenderloin_ota_from_target_files", line 31, in <module>
ota_from_target_files = common.load_module_from_file('ota_from_target_files', filename)
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/device/hp/tenderloin/releasetools/tenderloin_common.py", line 29, in load_module_from_file
module = imp.load_module(module_name, f, filename, ('', 'U', 1))
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/build/tools/releasetools/ota_from_target_files", line 487
except KeyError:
^
IndentationError: expected an indented block
def GetBuildProp(prop, info_dict):
"""Return the fingerprint of the build of a given target-files info_dict."""
try:
# return info_dict.get("build.prop", {})[prop]
# except KeyError:
raise common.ExternalError("couldn't find %s in build.prop" % (property,))
def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip):
Traceback (most recent call last):
File "device/hp/tenderloin/releasetools/tenderloin_ota_from_target_files", line 31, in <module>
ota_from_target_files = common.load_module_from_file('ota_from_target_files', filename)
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/device/hp/tenderloin/releasetools/tenderloin_common.py", line 29, in load_module_from_file
module = imp.load_module(module_name, f, filename, ('', 'U', 1))
File "/mnt/iscsi-r710-local_storage/homes/patrickc/development/my-cm-10-1/build/tools/releasetools/ota_from_target_files", line 487
except KeyError:
^
IndentationError: expected an indented block