sanders: Knob to not-build device dummy libhidl

This commit is contained in:
Prema Chand Alugu
2018-07-13 16:56:12 +05:30
committed by Keertesh19
parent d56eab61ff
commit db39bda965
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ifeq ($(filter false,$(BUILD_DEVICE_LIBHIDL)),)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
@@ -35,3 +36,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)
endif