summaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Collapse)Author
2019-04-26asio: add support to AF_UNIX socket and asio::generic::stream_protocolMiguel Gaio
Update support/android/asio/asio_defines.txt with following config #define ASIO_HAS_LOCAL_SOCKETS #undef ASIO_DISABLE_LOCAL_SOCKETS Integrate asio::generic::stream_protocol class Bug: 130284799 Test: make Change-Id: I3b8c482664fd3d0fe319ec9787b12c411a5590f6 Signed-off-by: Miguel Gaio <miguel.gaio@renault.com>
2019-03-12[PFW] Integrate PFW core version 3.2.8 releaseSebastien Guiriec
PFW 3.2.8 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.8 This release contains the following changes: - Fix dumpElement remote-process command issue - Update Unit tests for the different parameter types using catch framework - Fix windows Wix Installer issue - Fix build issue for Fedora - Clean up Client Simulator tool install part Bug: 124767636 Test: build Change-Id: If5ed1340b301b8d11a03df94f56c0d2b62b21bf7 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
2019-03-12[PFW] Integrate PFW core version 3.2.7 releaseSebastien Guiriec
PFW 3.2.7 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.7 This release contains the following changes: - Tighter checks on XML attributes - Travis-related changes - Documentation fixes - Fix displaying of syntax errors in EDD files Bug: 124767636 Test: build Change-Id: I7b2671156b5275aa2b804246fa65e81613677881 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
2019-03-12[PFW] Integrate PFW core version 3.2.6 releaseSebastien Guiriec
PFW 3.2.6 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.6 This release contains the following changes: - CMake: define installation components - Enum parameter serialization fix in raw value space - Version number guessing now prioritizes the ".version" file generated by the "git archive" export and then falls back to the git revision (opposite of what was done before). - Some CMake modernization. Bug: 124767636 Test: build Change-Id: Ic55dfc09da3436d0a4182463fa44a4dd6a9bfb80 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
2019-03-12[PFW] Integrate PFW core version 3.2.5 releaseSebastien Guiriec
PFW 3.2.5 release notes: https://github.com/intel/parameter-framework/releases/tag/v3.2.5 This release contains the following changes: - CMake Package configuration file generation - Preliminary and unofficial OSX support in Travis-CI - Use clang-tidy for automatic code cleanup - Some more cleanup and fixes - Speed Travis-CI up by using CCache Bug: 124767636 Test: build Change-Id: Ib7ce6824430f3907c0508194e91f71a934bdcda8 Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
2018-09-05Do not assume HOST_OUT_EXECUTABLES is always in the PATHandroid-o-mr1-iot-release-1.0.4Takayuki Hoshi
domainGenerator.py assumes HOST_OUT_EXECUTABLES is always in the PATH, which is not always the case. This change fixes the glitch. Bug: 79784127 Test: Run `make PRODUCT-<device>-<buildtype>` without executing `lunch` Change-Id: I388567c57d0f302fb8a698f01913d7aa36f794dc
2016-03-04parameter-framework: integrate v3.2.4 within Android environmentFrançois Gaffie
This patch makes the integration of the new PFW v3.2.4 within Android by adding the required makefile, required license file, required header files. Bug: 22887211 Change-Id: I2b02af30b0540e72b1fab0c7250076cb55630af3 Signed-off-by: François Gaffie <francois.gaffie@intel.com>
2016-03-04parameter-framework: add shrinked version of boost ASIOFrançois Gaffie
Boost ASIO is a dependancy of Parameter framework v3.2.4. As only used by PFW, as not provided by AOSP and as it is a quite huge library, this patch adds the dependancy within PFW folder as a shrinked version. Bug: 22887211 Change-Id: Ie47b8cda7616214e06d2464fbb441abce367e7d4 Signed-off-by: François Gaffie <francois.gaffie@intel.com>
2016-03-04parameter-framework: move github upstream code to upstream folderFrançois Gaffie
Change-Id: I3aa6e8f8fccfcf80fdc2a4e00c17d8b10b45e9dd Signed-off-by: François Gaffie <francois.gaffie@intel.com> Bug: 22887211
2016-03-04parameter-framework: Drop of github upstream version v3.2.4François Gaffie
Main features are: -Networking code may now be opted-out (for android build: no socket opened for user build) -Get rid of python prebuild for XML generation Bug: 22887211 Change-Id: Ieee49b439f694f14ce48c23127d34622691397ef Signed-off-by: François Gaffie <francois.gaffie@intel.com> Signed-off-by: David Wagner <david.wagner@intel.com>
2015-07-15Drop release v2.6.0+no-stlportJean-Michel Trivi
Bug 246391 Change-Id: I662b7b0f90c97cb169978e1b64ad1fe32c440cf5 Signed-off-by: Jean-Michel Trivi <jmtrivi@google.com>
2015-04-23android/python bindings: force gcc and 32bits compilationDavid Wagner
Since Android only provides a 32bits version of the python interpreter and libs, we need to compile for 32bits even on 64bits hosts. Also, since it seems that clang is the default compiler for host, we need to explicitely forbid it as long as the parameter-framework is compiled with gcc. Change-Id: I5d484c0e58c304680192f443acd81258de179e52 Signed-off-by: David Wagner <david.wagner@intel.com>