Bug#976891: [Android-tools-devel] Bug#976891: fastboot exits with "fake placeholder until fastboot builds" message

2020-12-30 Thread Chirayu Desai
>From a quick check it looks the asm for ARM is present, it's just put directly in the header x86/mips (and their 64-bit variants) have AsmGetRegs*.S arm and aarch64 has it in the header file, see: https://android.googlesource.com/platform/system/core/+/refs/tags/android-10.0.0_r1/libunwindstack/in

Bug#976891: [Android-tools-devel] Bug#976891: fastboot exits with "fake placeholder until fastboot builds" message

2020-12-23 Thread Chirayu Desai
Hello, On Wed, Dec 23, 2020 at 10:12 PM Roger Shimizu wrote: > On Wed, Dec 23, 2020 at 5:38 AM Hans-Christoph Steiner > wrote: > > > > Thanks for jumping in Roger! I reviewed it with cdesai, and we thought > > those libraries were not used on the "host" version, only when built as > > part of

Bug#955695: This has been fixed upstream

2020-05-25 Thread Chirayu Desai
_1.5.2 New: v1.5.3, v1.5.5, etc. Regards, Chirayu Desai

Bug#827214:

2016-11-15 Thread Chirayu Desai
fixed android-framework-23/6.0.1+r72-1

Bug#835695: [Android-tools-devel] Bug#835695: android-platform-development: FTBFS: ld: cannot find -lETC1

2016-09-01 Thread Chirayu Desai
Hi, I must apologize here, I mixed with src:android-platform-development with src:android-platform-dalvik. Either way, the issue was still multilib, and Kai-Chung Yan has fixed that and filed a RFS for this package. Version r55 should fix it once that is uploaded. Regards, Chirayu Desai On 08

Bug#835695: [Android-tools-devel] Bug#835695: android-platform-development: FTBFS: ld: cannot find -lETC1

2016-08-28 Thread Chirayu Desai
Hi, This should be fixed in newer versions, we did a multilib move around 6.0.1+r16-1 which had broke some packages. A newer version, 6.0.1+r55 has been uploaded, is available in testing as of today. See https://tracker.debian.org/news/793698 On 08/28/2016 02:40 PM, Lucas Nussbaum wrote: > Source

Bug#834753: Patch sent upstream

2016-08-21 Thread Chirayu Desai
Hi, I have uploaded the patch to upstream's code review system [1] [1]: https://android-review.googlesource.com/260250

Bug#834753: Fix pushed to git

2016-08-21 Thread Chirayu Desai
Hi Santiago, Thanks for reporting the bug. I've pushed a fix for it to the master branch, http://deb.li/rKfh RAM was not an issue here. The buildscripts divided the number of available processors by 2, however that obviously wouldn't work for a single processor so I added a check to not do that w

Bug#827215: android-sdk: llvm-rs-cc is missing

2016-06-13 Thread Chirayu Desai
Package: android-sdk Version: 24.3.3+2 Severity: grave Justification: renders package unusable Dear Maintainers, I'm trying to build a sample app with the SDK by running 'gradle build'. App is available at [1]. After putting in the files mentioned in Bug #827214, the next failure is: Execution

Bug#827214: android-sdk: failed to find target with hash string 'android-23' in: /usr/lib/android-sdk

2016-06-13 Thread Chirayu Desai
Package: android-sdk Version: 24.3.3+2 Severity: grave Justification: renders package unusable Dear Maintainers, I'm trying to build a sample app with the SDK by running 'gradle build'. App is available at [1]. This is due to the files 'source.properties' and 'build.prop' missing from /usr/lib/

Bug#826991: [Android-tools-devel] Bug#826991: fastboot missing libziparchive.so.0

2016-06-13 Thread Chirayu Desai
Hi, This problem seems to have been fixed already in the source code. The issue here is that fastboot doesn't search in the multi-arch path (/usr/lib/x86_64-linux-gnu/android/) - you can verify that by installing the 'patchelf' package, and then running 'patchelf --print-rpath `which fastboot`', w

Bug#824933: [Android-tools-devel] Bug#824933: Bug#824933: Bug#824933: Bug#824933: Bug#824933: Bug#824933: apktool: crashes with every APK

2016-06-10 Thread Chirayu Desai
changes I want to make on top of this (shlib rpath usage), and I guess we could also merge upstream (r43 is currently present in the debian repos, r46 is the latest AOSP upstream) On Fri, Jun 10, 2016 at 10:12 PM, Markus Koschany wrote: > On 10.06.2016 16:55, Chirayu Desai wrote: > [...] >&

Bug#824933: [Android-tools-devel] Bug#824933: Bug#824933: Bug#824933: Bug#824933: Bug#824933: apktool: crashes with every APK

2016-06-10 Thread Chirayu Desai
On Fri, Jun 10, 2016 at 7:26 PM, Markus Koschany wrote: > On 10.06.2016 14:15, Chirayu Desai wrote: > [...] >> Hi, >> I have just pushed my changes to apktool and frameworks/base. >> frameworks/base has some other changes from seamlik (android.jar), so >> I'

Bug#824933: [Android-tools-devel] Bug#824933: Bug#824933: Bug#824933: apktool: crashes with every APK

2016-06-10 Thread Chirayu Desai
On Fri, Jun 10, 2016 at 4:08 PM, Markus Koschany wrote: > On Wed, 8 Jun 2016 14:12:33 +0200 Hans-Christoph Steiner > wrote: >> >> framework-res.apk is not included in the SDK, only the OS. Packaging >> parts of the OS means we are making packages that upstream is not. >> There are plenty of plac