Closed Bug 861834 Opened 11 years ago Closed 11 years ago

flash.sh with QCRIL needs to push ril/libqc_b2g_location

Categories

(Release Engineering :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: tchung, Assigned: rail)

Details

Typo in current flash.sh for pushing libqc_b2g_location.  Please fix the flash.sh script pick up this RIL change.

upload_ril()
{
	echo Uploading RIL
	run_adb wait-for-device &&
	run_adb root &&
	run_adb remount &&
	run_adb push ril/libqc_b2g_ril /system/b2g/distribution/bundles/libqc_b2g_ril
	run_adb push ril/libqc_b2g_ril /system/b2g/distribution/bundles/libqc_b2g_location
	run_adb push ril/libqc_b2g_ril.version /system/b2g/distribution/bundles/libqc_b2g_ril.version
}

Actual:
- no location found

Expected:
- 	run_adb push ril/libqc_b2g_location /system/b2g/distribution/bundles/libqc_b2g_location
catlee, any progress on this?
Flags: needinfo?(catlee)
Component: Release Engineering: Custom Builds → Release Engineering: Automation (General)
QA Contact: catlee
Sorry, I didn't see this bug when you filed it. Will look into this today.
Flags: needinfo?(catlee)
Assignee: nobody → rail
Fixed. I regenerated all RIL repacks as well.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Verified fix on 4/19 nightly builds, flash.sh script.
Status: RESOLVED → VERIFIED
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.