diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-02-08 19:01:35 +0100 |
---|---|---|
committer | nailyk-fr <nailyk_git@nailyk.fr> | 2017-02-21 20:15:18 +0100 |
commit | cdb21d2ec2a55a6b4d37b5249d47e4ab7ce95a0e (patch) | |
tree | 260af597312235774e07c913bf713e5313dfb92e | |
parent | 680b9b4c3a7c23a86331a44b597e93fa44f1a7ed (diff) |
shinano-common: vendor: Move tad_static to vendor/
* Remove intree binary
Change-Id: I24bc5f552d57c4634b7d74af956f87baccb8c8ab
-rw-r--r-- | rootdir/sbin/tad_static | bin | 87588 -> 0 bytes | |||
-rw-r--r-- | shinano.mk | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/rootdir/sbin/tad_static b/rootdir/sbin/tad_static Binary files differdeleted file mode 100644 index 97338ec..0000000 --- a/rootdir/sbin/tad_static +++ /dev/null @@ -46,9 +46,11 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/init.sony.usb.rc:root/init.sony.usb.rc \ $(COMMON_PATH)/rootdir/ueventd.qcom.rc:root/ueventd.qcom.rc -# Sbin -PRODUCT_COPY_FILES += \ - $(COMMON_PATH)/rootdir/sbin/tad_static:system/bin/tad_static +# Camera (stock .575 blobs) +PRODUCT_PACKAGES += \ + libc_ndk \ + tad_static \ + wait4tad_static # ANT+ PRODUCT_PACKAGES += \ |