From 252c1c58a4bf14643a7763b4ed6c6005fa9723ef Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 19 Sep 2016 10:19:24 -0700 Subject: Remove @hal_type from .hal files. Test: ran make android.hardware.nfc@1.0 successfully compiles. Bug: 31527823 Change-Id: Ib2c2f40ef6a8939a8344ade6138a7b0f32f14ba9 --- tests/expression/1.0/IExpression.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/expression') 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, -- cgit v1.2.3