Skip to content

sky-vega-dev-team/android_device_pantech_ef52

 
 

Repository files navigation

add Patch to vibrator

# Copyright 2006 The Android Open Source Project

## Must point to a source file that implements the sendit() function
ifneq ($(BOARD_HAS_VIBRATOR_IMPLEMENTATION),)
    LOCAL_SRC_FILES += $(BOARD_HAS_VIBRATOR_IMPLEMENTATION)
    LOCAL_CFLAGS += -DUSE_ALTERNATIVE_VIBRATOR
else
    LOCAL_SRC_FILES += vibrator/vibrator.c
endif



Add ef52.xml to .repo/loca_manifest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 57.9%
  • Makefile 21.0%
  • Shell 8.4%
  • Java 6.5%
  • C++ 4.9%
  • Python 1.3%