Commit graph

30 commits

Author SHA1 Message Date
Bob Badour
2c199ab96e Declare license metadata for copied files.
Bug: 151177513

Test: m all dist reportmissinglicenses
Change-Id: Ia6f96edd7aea0b726bc0643b4a4c7c2ce9fe127b
2022-02-13 17:16:51 -08:00
Steven Moreland
4d4047b7e9 libhardware_legacy: Android.mk -> Android.bp
Test: builds with BOARD_VNDK_VERSION := current
Test: (sanity) Boots and works on internal marlin.
Bug: 33241851
Bug: 29915755
Change-Id: Ic355174a67860afa13377bc9d8f0a140f59ec34e
2017-04-14 16:05:25 +00:00
Vijay Venkatraman
c99381fff4 Exporting headers as libhardware_legacy_headers
Bug: 33241851
Test: Build sailfish
Change-Id: I05dac45051713ac56b53b2d8fd8b01281dbe0db1
(cherry picked from commit a150372fcc)
2017-04-05 10:07:56 -07:00
Colin Cross
00df869e6a Merge "Convert libpower from Android.mk to Android.bp" am: b9344a5773 am: ad31b35bdc am: edefe8017b
am: 6e88e36531

Change-Id: Ib3836cfc05ff75e7aef370905a15fa023dc29b40
2017-01-14 04:50:53 +00:00
Colin Cross
d945d77458 Convert libpower from Android.mk to Android.bp
See build/soong/README.md for more information.

Test: builds
Change-Id: I4cc68e4bbe65abe741c02448aa7f42fdfd5804fa
2017-01-12 15:35:16 -08:00
Marco Nelissen
c07bb10021 libhardware_legacy doesn't need libmedia
Test: build/boot
Change-Id: I3fefb13c0f7a80c2d051271cd0f2a42a1ebf504d
2016-11-01 16:07:56 -07:00
Christopher Wiley
acb778768f Use libbase logging in libwifi-hal-common
This allows log messages to appear under the global tag of the
process using the code, rather than per file log tags.

Bug: 31398942
Test: Compiles for bullhead
Change-Id: I1a17dfb1e758d22ec76295d85194c85dd2cf4ed3
2016-09-09 13:53:56 -07:00
Mitchell Wills
297186cbb7 Remove build wifi dependencies for brillo
Change-Id: I742225571d2c3156ef0b5be5f296b1cba0ee9c90
2016-09-01 10:09:54 -07:00
Christopher Wiley
3af1b5ddfb Include common wifi HAL functionality
Unfortunately, the LOWI server links against this library and hopes to
find this functionality.

Test: Scanning works on bullhead again
Bug: 29913356

Change-Id: Icb7c27df399d7fcb25aff88a57da78219881a25e
2016-06-30 16:46:35 -07:00
David 'Digit' Turner
6951ae9b01 resolve merge conflicts of 21cfbd1 to master
Change-Id: Ic2520bcd2ae516d0d6e8f724b11a0f39ccd64177
2016-06-22 10:29:46 +02:00
David 'Digit' Turner
1d07c27cf6 Merge \"Remove qemu dependency.\"
am: 146d8ade97

Change-Id: I77429a76555d35e95ed841c685b9783e5eb9c730
2016-06-22 08:12:34 +00:00
David 'Digit' Turner
14ca884e01 Remove qemu dependency.
Remove obsolete pieces from libardware_legacy that were related
to QEMU (i.e. running the system image under emulation) but are
no longer used.

Note that qemu tracing isn't implemented by the emulator anymore
(and has been for a long time).

BUG=25875346

Change-Id: I2593fe9f90241af9c5076fa248c30e0d8ab5d663
2016-06-21 14:14:10 +02:00
Christopher Wiley
1650ddc3f6 Move wifi.c out of libhardware_legacy
Most of this code is device independent, and we're parameterizing the
parts that are not in a way which makes the logic device independent.

Bug: 29321445
Change-Id: Ice9f16d966275378d4fc5a5201eca82f2ea67c5e
Test: Compiles, can associate to an AP.
2016-06-15 10:45:42 -07:00
Christopher Wiley
ad96693a51 libhardware_legacy should export headers from libmedia
This library includes headers from libmedia in its public headers.
It should export libmedia's include path as part of its own.

Bug: 27804373
Change-Id: I85ff45d0c02009277430e3cf66c170d824ed28e3
2016-04-21 10:48:59 -07:00
Christopher Wiley
6ffcedb3ca libhardware_legacy should depend on libmedia
This library's headers include libmedia headers.

Bug: 27804373
Change-Id: I82736474c2f5a863e3ef638fba3ad9602df48e5e
2016-04-20 08:14:35 -07:00
Dan Albert
f2d9ad053a Make libhardware_legacy warning clean.
Fix some (note the fun infinite recursion bug from the dawn of time,
apparently no one has called that function), silence those that are
style choices.

Bug: http://b/26936282
Change-Id: I99fa342abf9d134fb729ed8d906e60c011120e89
2016-02-02 14:49:35 -08:00
Vincent Becker
efcc15accd Vibra: Remove vibrator AOSP implementation from libhardware_legacy
To enable the vendor implementation of the vibrator HAL, it is needed
to use hardware modules, a default one for AOSP and the vendor one.
The legacy implementation is no more needed so let's remove it.

This change is related to other changes in:
 - hardware/libhardware
 - frameworks/base

Change-Id: I844279f5535289f079d412fdc44c5cb3c9c1130c
Author: Vincent Becker <vincentx.becker@intel.com>
Signed-off-by: Vincent Becker <vincentx.becker@intel.com>
Signed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Signed-off-by: David Wagner <david.wagner@intel.com>
Author-tracking-BZ: 49760
2015-11-17 19:31:02 +00:00
Dan Willemsen
474bb8ac80 Prepare to remove libhardware_legacy from global include dirs
Bug: 18903857
Change-Id: I2a5fdb7f42ba46729e66ff08893183184edc3c97
2015-09-28 14:11:21 -07:00
Dmitry Shmidt
41d81d1748 wifi: Link libwpa_client only if wpa_supplicant was chosen
Change-Id: Ic487c3767a17299880e83080b79a91dbbaef1234
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-11-22 16:02:26 -08:00
Ying Wang
e5d72df1f1 Add liblog
Bug: 8580410
Change-Id: Ib86983540b34e8c9083979fdd21a17715ec53f80
2013-04-09 21:57:48 -07:00
Jeff Brown
5c3560571b Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I77e0620f7543926b5def7666c02d99565f6487ed
2011-07-11 22:12:24 -07:00
Dima Zavin
b7e1f72899 legacy: build legacy audio wrapper libs
Note that the legacy audio helper libs are not part of the
main libhardware_legacy lib itself.

Change-Id: Ie08343ab8de2d298db0041c711d7e02a284bc4c3
Signed-off-by: Dima Zavin <dima@android.com>
2011-04-27 10:48:25 -07:00
Dima Zavin
2dad3e45a0 legacy: explicitly enumerate subdirs to include
Change-Id: I308d26d5f018eb4fb62a06eef6e6320b0d5aa7dc
Signed-off-by: Dima Zavin <dima@android.com>
2011-04-20 14:42:47 -07:00
Dima Zavin
329eccd47f legacy: also build a shared version of libpower
Change-Id: Ied33d3d8cdb17444d5ea367422b060490985e2b8
Signed-off-by: Dima Zavin <dima@android.com>
2011-04-20 14:42:47 -07:00
Dima Zavin
1d10e7d480 legacy: don't link against libutils or libbinder
Change-Id: Ia8cd74ad9d7c6170fb0525b77e1443b7a8d39377
Signed-off-by: Dima Zavin <dima@android.com>
2011-04-20 14:42:38 -07:00
Mike Lockwood
62c2f857ec Add a static library containing power.c for use by the librpc library.
Change-Id: I0c20d1214f4cb7f21712d4ba46d26ea8308fc45d
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-09 10:43:16 -05:00
Mathias Agopian
9cb19809c6 add libbinder to makefile 2009-05-20 13:03:47 -07:00
The Android Open Source Project
cc490161f6 auto import from //depot/cupcake/@135843 2009-03-03 19:32:14 -08:00
The Android Open Source Project
3bbe5328cd auto import from //depot/cupcake/@135843 2009-03-03 18:28:48 -08:00
The Android Open Source Project
5ce01674d4 auto import from //branches/cupcake/...@126645 2009-01-15 16:12:14 -08:00