summaryrefslogtreecommitdiffstats
path: root/tests/versioning
Commit message (Collapse)AuthorAgeFilesLines
* Update makefiles.Steven Moreland2017-05-184-0/+4
| | | | | | | Adds default configuration to all hals. Test: pass Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
* Update makefiles for c++-sources and c++-headers.Steven Moreland2017-05-094-8/+8
| | | | | | Test: pass Bug: 38174080 Change-Id: I683455736eed35e6ced24e2763c2bdb5fb6c9601
* Remove redundant dependenciesSteven Moreland2017-05-014-8/+0
| | | | | | | | android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I424371932af129bba9d58dcf8652c64297f35f05
* Changed the naming scheme for Treble java libraries (both static and dynamic)Andreas Huber2017-04-134-24/+24
| | | | | | | | | android.hardware.foo@1.0-java => android.hardware.foo-V1.0-java Bug: 37207894 Test: make Change-Id: I177f4cfd42f635aaf096107af8309d1a82ed41c0 Merged-In: I8b91881dfaf507c0d852d56ebbb53ff0987e5a34
* Update makefiles.Steven Moreland2017-04-114-0/+4
| | | | | Test: pass Change-Id: I5cf42c8ff1e11207394e4852ba0bd03e4e3b7d2e
* Versioning, add additional package import.Steven Moreland2017-03-204-0/+169
| | | | | | | | | Added versioning@2.4. This tests the same as 2.2->2.3, but also repros an issue in hidl-gen where triple inheritance isn't allowed. Test: minor version inheritance doesn't fail, triple inheritance works Bug: 36162559 Change-Id: Id5518621cd068b1b623f30f6f6762a1bf8ae6a80
* Update makefiles.Tri Vo2017-02-221-2/+0
| | | | | Test: mmma hardware/interfaces Change-Id: I501524fa3fbbaed9b71e5b9c3bbc8aa3c8c25896
* Update tests for enforcing minor version upgrade.Yifan Hong2017-02-165-2/+76
| | | | | | | | | Test: ./hardware/interfaces/update-makefiles.sh Test: mma Bug: 28825532 Change-Id: I1ae86f597f184d75ad5476b248e03248346b0c33
* update-makefiles.shSteven Moreland2017-02-156-16/+12
| | | | | | | | There have been some changes to the way hidl-gen generates these and some CLs got out of sync with hidl-gen. Test: pass Change-Id: I33c573499d5dd37de447902fd93929b80a5df371
* Add tests for minor version upgrade enforcement.Yifan Hong2017-02-0911-0/+611
Test: compiles Test: add folder test/versioning/2.0 will make update-makefiles.sh to fail. Test: removing @2.3::IBar will let update-makefiles.sh to pass. Test: Change @2.3::IBar to extend from @2.2::IFoo will let update-makefiles.sh to fail. Bug: 28825532 Change-Id: Iad1138b784505c903ab1049f08f6c07c38b777e1