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 Prebuilt.apk). -Aparajitha On Wed, Mar 16, 2011 at 4:22 PM, Ne0 <[email protected]> wrote: > 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) > > but when i build i get: > > make: *** No rule to make target `vendor/htc/passion/proprietary/ > Prebuilt.apk', needed by `out/target/product/passion/./system/app/ > Prebuilt.apk'. Stop. > > Looked at > http://source.android.com/porting/build_cookbook.html#prebuiltAPK > > But unless i have missed something, this wouldn't apply to the way i'm > doing it as its not a new vendor build, im adding them to the existing > passion build. > > Any idea's? > > > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
