summaryrefslogtreecommitdiffstats
path: root/fastbootd/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove fastbootd.Dan Albert2015-01-291-83/+0
| | | | Change-Id: I23240c7690763f8718c82cb0e8ffdcfa58d02629
* Remove unused -ldl to link true statically.Chih-Hung Hsieh2015-01-231-1/+0
| | | | | | LOCAL_FORCE_STATIC_EXECUTABLE=true failed with -ldl. Change-Id: Id42031ba8e86279b5229ed11cd82e86a5f833ff9
* Cleanup fastbootd Android.mkTrevor Drake2014-12-121-8/+0
| | | | | | | | Removed unnecessary LOCAL_C_INCLUDES for non existent include directory and also for dependencies that now use LOCAL_EXPORT_C_INCLUDE_DIRS ( libcrypto_static, libmdnssd libz ) Change-Id: I8d1ff6a0a8528c33c38a394497125385dc643e2b
* Add -Wno-deprecated-declarations to makefiles.Christopher Ferris2014-09-041-1/+1
| | | | | | | | This is in preparation for an update to the uapi v3.16.1 kernel headers that marks the structure usb_functionfs_descs_head as deprecated. Change-Id: I25d2f32ce8e95e038e6df201ce2f8126f5a8b6fa
* fastbootd: build static binary instead of dynamicAlex Ray2014-03-191-23/+11
| | | | | | | This removes the requirement to hunt down dynamic libs for building an image, and switches the normal vendor_trigger HAL to a static HAL. Change-Id: Ifb603f1ee91fbbbff04ddbe66a1bf38a3c22be9e
* Revert "Revert "Fastbootd: flashing certification""Szymon Starzycki2013-12-041-1/+2
| | | | | | | | | | | | | | CMS functionality is now available This reverts commit 068b71dd9cd6cb03dfcdc0c9deced361780bc0d3. Conflicts: fastbootd/Android.mk fastbootd/fastbootd.c fastbootd/utils.c fastbootd/utils.h Change-Id: I1a27459b41d9297603deb124c65f237ff971e5b6
* Fastbootd: network auto discoverySzymon Starzycki2013-12-041-2/+6
| | | | Change-Id: I91082f5832412e775244b3974c0ab00952905ad5
* Fastbootd: socket and network transportSzymon Starzycki2013-12-041-0/+2
| | | | Change-Id: I395e5361d0484bd11421225c152f9aec00305f11
* Revert "Fastbootd: flashing certification"Colin Cross2013-12-041-3/+1
| | | | | | This reverts commit 5ccecfd26d2a7c3a79a139f0118b93ee64be4737. Change-Id: I0ca31094c115e14982a27c258d9139a723da8428
* Fastbootd: flashing certificationSzymon Starzycki2013-12-041-1/+3
| | | | Change-Id: I564086908942463eebee69449d484ba03effc50e
* Fastbootd: fixed missing file in Android.mkSzymon Starzycki2013-12-041-0/+1
| | | | Change-Id: I10927f488e35c688483f2d1d8c9f5b7ea1d7912d
* fastbootd: erase, boot and partitioning commandsSzymon Starzycki2013-12-041-2/+60
| | | | Change-Id: I49ba2ba2e002fd5b6bbd37cc3fd0caa106f42010
* fastbootd: userspace implementation of the fastboot device-side protocolColin Cross2013-07-241-0/+38
Initial commit of fastbootd. A few commands work, but not fully functional yet. Change-Id: I589dee7b327b4460e94b4434aaf9bcf780faa839