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
| 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 |
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
| 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 |
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
| 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 |
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
| ^[[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 |
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
| (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 |
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
| 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 |
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
| 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): |
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
| 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 |
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
| 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): |
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
| 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 |