diff options
author | Yifan Hong <elsk@google.com> | 2016-09-19 10:19:24 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2016-09-19 10:19:24 -0700 |
commit | 252c1c58a4bf14643a7763b4ed6c6005fa9723ef (patch) | |
tree | 0719faa4a85a8e69808d59d8952e289c785313e7 /tests/expression | |
parent | 9c43f016b63eeb8a7ec3b3ebc18c6ed46ac52518 (diff) | |
download | platform_hardware_interfaces-252c1c58a4bf14643a7763b4ed6c6005fa9723ef.tar.gz platform_hardware_interfaces-252c1c58a4bf14643a7763b4ed6c6005fa9723ef.tar.bz2 platform_hardware_interfaces-252c1c58a4bf14643a7763b4ed6c6005fa9723ef.zip |
Remove @hal_type from .hal files.
Test: ran make android.hardware.nfc@1.0 successfully
compiles.
Bug: 31527823
Change-Id: Ib2c2f40ef6a8939a8344ade6138a7b0f32f14ba9
Diffstat (limited to 'tests/expression')
-rw-r--r-- | tests/expression/1.0/IExpression.hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expression/1.0/IExpression.hal b/tests/expression/1.0/IExpression.hal index 3dea9a489f..ead131fd1a 100644 --- a/tests/expression/1.0/IExpression.hal +++ b/tests/expression/1.0/IExpression.hal @@ -15,7 +15,7 @@ */ package android.hardware.tests.expression@1.0; -@hal_type(type="LIGHT") + interface IExpression { enum UInt64LiteralTypeGuessing : uint64_t { noSuffixDec1 = 0, |