No 0xbench on ICS

Bug #894491 reported by Zach Pfeffer
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Android
Fix Released
High
Zach Pfeffer

Bug Description

0xbench isn't installed on ICS. Tested https://android-build.linaro.org/builds/~linaro-android/panda-11.12-release/#build=1 on 4460, but this isn't available on any 11.12 Preview Release Candidate.

Zach Pfeffer (pfefferz)
Changed in linaro-android:
importance: Undecided → High
assignee: nobody → Prashanth S (prashanth-srinivasan)
milestone: none → 12.01
Zach Pfeffer (pfefferz)
Changed in linaro-android:
milestone: 12.01 → 11.12
Revision history for this message
Zach Pfeffer (pfefferz) wrote :

Note. We don't need to add 0xbench to our stock AOSP builds than Vishal is working on.

Revision history for this message
Yongqin Liu (liuyq0307) wrote :

Hi, Prashanth S
I have done the part to make the 0xbench included in image that add 0xbench to PRODUCT_PACKAGES by inherit-product from device/linaro/common/common.mk
could you help to review that? the link is http://review.android.git.linaro.org/#change,1034

and the remain part is to make repo init and repo sync to checkout the source of 0xbench,
you can do that by changing the manifest files like following:

say .repo/manifests/staging-panda.xml :

diff --git a/staging-panda.xml b/staging-panda.xml
index ec31d90..59f8b29 100644
--- a/staging-panda.xml
+++ b/staging-panda.xml
@@ -7,6 +7,8 @@
            fetch="https://android.googlesource.com/" />
   <remote name="linaro-other"
            fetch="git://git.linaro.org/" />
+ <remote name="0xbench"
+ fetch="git://gitorious.org/0xbench/" />
   <default revision="refs/tags/android-4.0.1_r1"
            remote="aosp"
            sync-j="4" />
@@ -44,6 +46,9 @@
   <project path="system/core" name="platform/system/core" revision="linaro_android_4.0.1" />
   <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" revision="linaro_android_4.0.1" />
   <project path="hardware/ti/omap4xxx" name="platform/hardware/ti/omap4xxx" revision="linaro_android_4.0.1" />
+ <project path="packages/apps/0xbench" name="0xbench" revision="master" remote="0xbench" />
+ <project path="packages/apps/mmtest" name="platform/packages/apps/mmtest" revision="master"/>
+ <project path="packages/apps/glmark2" name="people/afrantzis/glmark2" revision="master" remote="linaro-other" />

   <!-- AOSP -->
   <project path="abi/cpp" name="platform/abi/cpp" />

Revision history for this message
Zach Pfeffer (pfefferz) wrote :
Revision history for this message
Abhishek Paliwal (abhishek-paliwal) wrote :
Zach Pfeffer (pfefferz)
Changed in linaro-android:
assignee: Prashanth S (prashanth-srinivasan) → Zach Pfeffer (pfefferz)
Revision history for this message
Zach Pfeffer (pfefferz) wrote :
Changed in linaro-android:
status: New → Fix Committed
Changed in linaro-android:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.