From 91b54e18568bc30dfb7422881d995401532bff11 Mon Sep 17 00:00:00 2001 From: tomascus Date: Tue, 4 Jul 2017 16:43:02 +1000 Subject: shinano-common: readd tad_static * Moved from vendor repos * Also remove the associated product_packages copying Change-Id: I28a906e0bd0c08bba20d22d25122f99bd84669a8 --- rootdir/sbin/tad_static | Bin 0 -> 294060 bytes shinano.mk | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 rootdir/sbin/tad_static diff --git a/rootdir/sbin/tad_static b/rootdir/sbin/tad_static new file mode 100755 index 0000000..1fc42b1 Binary files /dev/null and b/rootdir/sbin/tad_static differ diff --git a/shinano.mk b/shinano.mk index 50bc782..ed99081 100644 --- a/shinano.mk +++ b/shinano.mk @@ -54,13 +54,14 @@ PRODUCT_COPY_FILES += \ # Camera (stock .575 blobs) PRODUCT_PACKAGES += \ - tad_static \ - wait4tad_static \ libshims_wvm \ libshims_signal \ libshims_idd \ libsonycamera +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/rootdir/sbin/tad_static:root/sbin/tad_static + PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/system/bin/credmgrfirstboot.sh:system/bin/credmgrfirstboot.sh -- cgit v1.2.3