[android-porting] Adding Prebuilt apk's to passion build

2011-03-16 Thread Ne0
Hello all, I am trying to add prebuilt apk's to the passion build. I can build a working image from the source without adding the prebuild apk's. I added lines like: vendor/htc/passion/proprietary/Prebuilt.apk:./system/app/Prebuilt.apk \ to the device-vendor-blobs (probably not supposed to) bu

Re: [android-porting] Adding Prebuilt apk's to passion build

2011-03-17 Thread aparajitha rajapur
Keep the .apk file in location /vendor/... Under PRODUCT_COPY_FILES += \ add: $(LOCAL_PATH)/Prebuilt.apk:system/app/Prebuilt.apk \ i was able to compile like this... or copy your apk to /out/target/.../system/app/ after compilation and do *make snod*, then we get the updated system.img(with Preb