initial bringup
authorStricted <info@stricted.net>
Sat, 28 Apr 2018 14:21:15 +0000 (16:21 +0200)
committerStricted <info@stricted.net>
Sat, 28 Apr 2018 14:21:56 +0000 (16:21 +0200)
commitf3fa198044f8625d6b0934dcde947cb96ab1007b
tree690d4fa5a2d91ac36d6c926f4338d73aeadfee44
initial bringup

* based on https://github.com/Cyanogenmod-for-Lenovo-Tab2A7-10F/android_device_lenovo_Tab2A710F
* some bits taken from https://github.com/lineage-geminipda/android_device_planet_geminipda

Change-Id: I5a0ea7e0444fcd0298bec0bf5c3e3b4debf1df71
86 files changed:
Android.mk [new file with mode: 0644]
AndroidBoard.mk [new file with mode: 0644]
AndroidProducts.mk [new file with mode: 0644]
BoardConfig.mk [new file with mode: 0644]
README.md [new file with mode: 0644]
bluetooth/bdroid_buildcfg.h [new file with mode: 0644]
cm.mk [new file with mode: 0644]
configs/agps_profiles_conf2.xml [new file with mode: 0644]
configs/audio_policy.conf [new file with mode: 0644]
configs/bluetooth/bt_did.conf [new file with mode: 0644]
configs/bluetooth/btconfig.xml [new file with mode: 0644]
configs/egl.cfg [new file with mode: 0644]
configs/hostapd/hostapd.accept [new file with mode: 0644]
configs/hostapd/hostapd.deny [new file with mode: 0644]
configs/hostapd/hostapd_default.conf [new file with mode: 0644]
configs/media_codecs.xml [new file with mode: 0644]
configs/media_profiles.xml [new file with mode: 0644]
configs/wifi/p2p_supplicant_overlay.conf [new file with mode: 0644]
configs/wifi/wpa_supplicant.conf [new file with mode: 0644]
configs/wifi/wpa_supplicant_overlay.conf [new file with mode: 0644]
device.mk [new file with mode: 0644]
extract-files.sh [new file with mode: 0755]
full_ttab.mk [new file with mode: 0644]
include/alelog.h [new file with mode: 0644]
include/xlog.h [new file with mode: 0644]
init/Android.mk [new file with mode: 0644]
init/init_ttab.cpp [new file with mode: 0644]
libbt-vendor-mtk/Android.mk [new file with mode: 0644]
libbt-vendor-mtk/libbt-vendor-mtk.c [new file with mode: 0644]
liblights/Android.mk [new file with mode: 0644]
liblights/lights.c [new file with mode: 0644]
libmtk_symbols/Android.mk [new file with mode: 0644]
libmtk_symbols/mtk_asc.cpp [new file with mode: 0644]
libmtk_symbols/mtk_audio.cpp [new file with mode: 0644]
libmtk_symbols/mtk_audioCompat.c [new file with mode: 0644]
libmtk_symbols/mtk_cam.cpp [new file with mode: 0644]
libmtk_symbols/mtk_fence.cpp [new file with mode: 0644]
libmtk_symbols/mtk_gui.cpp [new file with mode: 0644]
libmtk_symbols/mtk_icu53.cpp [new file with mode: 0644]
libmtk_symbols/mtk_omx.cpp [new file with mode: 0644]
libmtk_symbols/mtk_parcel.cpp [new file with mode: 0644]
libmtk_symbols/mtk_ui.cpp [new file with mode: 0644]
libmtk_symbols/mtk_wvm.cpp [new file with mode: 0644]
libxlog/Android.mk [new file with mode: 0644]
libxlog/mtkaudio.cpp [new file with mode: 0644]
libxlog/xlog.c [new file with mode: 0644]
mkbootimg.mk [new file with mode: 0644]
overlay-binaries/00permissions [new file with mode: 0644]
overlay-binaries/overlay-binaries.mk [new file with mode: 0644]
overlay/frameworks/base/core/res/res/values/config.xml [new file with mode: 0644]
overlay/frameworks/base/core/res/res/xml/power_profile.xml [new file with mode: 0644]
overlay/frameworks/base/core/res/res/xml/storage_list.xml [new file with mode: 0644]
proprietary-files.txt [new file with mode: 0644]
ramdisk/factory_init.project.rc [new file with mode: 0644]
ramdisk/factory_init.rc [new file with mode: 0644]
ramdisk/fstab.mt8127 [new file with mode: 0644]
ramdisk/init.aee.rc [new file with mode: 0644]
ramdisk/init.charging.rc [new file with mode: 0644]
ramdisk/init.environ2.rc [new file with mode: 0644]
ramdisk/init.mt8127.rc [new file with mode: 0644]
ramdisk/init.mt8127usb.rc [new file with mode: 0644]
ramdisk/init.project.rc [new file with mode: 0644]
ramdisk/init.ssd_nomuser.rc [new file with mode: 0644]
ramdisk/init.tct.mt8127.rc [new file with mode: 0644]
ramdisk/init.tct.rc [new file with mode: 0644]
ramdisk/meta_init.project.rc [new file with mode: 0644]
ramdisk/meta_init.rc [new file with mode: 0644]
ramdisk/ueventd.mt8127.rc [new file with mode: 0644]
recovery.fstab [new file with mode: 0644]
setup-makefiles.sh [new file with mode: 0755]
system.prop [new file with mode: 0644]
vendorsetup.sh [new file with mode: 0644]
wifi_hal/Android.mk [new file with mode: 0644]
wifi_hal/NOTICE [new file with mode: 0644]
wifi_hal/README [new file with mode: 0644]
wifi_hal/common.cpp [new file with mode: 0644]
wifi_hal/common.h [new file with mode: 0644]
wifi_hal/cpp_bindings.cpp [new file with mode: 0644]
wifi_hal/cpp_bindings.h [new file with mode: 0644]
wifi_hal/gscan.cpp [new file with mode: 0644]
wifi_hal/rtt.cpp [new file with mode: 0644]
wifi_hal/sync.h [new file with mode: 0644]
wifi_hal/wifi_hal.cpp [new file with mode: 0644]
wifi_hal/wifi_offload.cpp [new file with mode: 0644]
wpa_supplicant_8_lib/Android.mk [new file with mode: 0644]
wpa_supplicant_8_lib/mediatek_driver_cmd_nl80211.c [new file with mode: 0644]