16 lines
256 B
C
16 lines
256 B
C
/*
|
|
* Copyright (C) 2024 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _BDROID_BUILDCFG_H
|
|
#define _BDROID_BUILDCFG_H
|
|
|
|
#define BTM_DEF_LOCAL_NAME "Galaxy A71"
|
|
|
|
#define BLE_VND_INCLUDED TRUE
|
|
#define DISABLE_WBS TRUE
|
|
|
|
#endif
|