Skip to content

Commit

Permalink
[HACK] Create some intermediate files to link with libMali/libUMP
Browse files Browse the repository at this point in the history
There must be a more proper way to do this
  • Loading branch information
turl committed Jul 13, 2012
1 parent fae97d9 commit 1d9042c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ PRODUCT_COPY_FILES := \\
$OUTDIR/proprietary/lib/libMali.so:obj/lib/libMali.so \\
$OUTDIR/proprietary/lib/libUMP.so:obj/lib/libUMP.so \\
\$(shell mkdir -p out/target/product/zatab/obj/SHARED_LIBRARIES/libMali_intermediates)
\$(shell mkdir -p out/target/product/zatab/obj/SHARED_LIBRARIES/libUMP_intermediates)
\$(shell touch out/target/product/zatab/obj/SHARED_LIBRARIES/libMali_intermediates/export_includes)
\$(shell touch out/target/product/zatab/obj/SHARED_LIBRARIES/libUMP_intermediates/export_includes)
PRODUCT_COPY_FILES += \\
EOF
Expand Down

0 comments on commit 1d9042c

Please sign in to comment.