Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created March 22, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/75d6258c96c491867593 to your computer and use it in GitHub Desktop.
Save Nokius/75d6258c96c491867593 to your computer and use it in GitHub Desktop.
ser@Build-Box-III:~/mer/targets/oppo-find5-armv7hl$ cat usr/lib/droid-devel/droid-headers/android-config.h
#ifndef HYBRIS_CONFIG_H_
#define HYBRIS_CONFIG_H_
/* When android is built for a specific device the build is
modified by BoardConfig.mk and possibly other mechanisms.
eg
device/samsung/i9305/BoardConfig.mk:
COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM
device/samsung/smdk4412-common/BoardCommonConfig.mk:
COMMON_GLOBAL_CFLAGS += -DEXYNOS4_ENHANCEMENTS
This file allows those global configurations, which are not
otherwise defined in the build headers, to be available in
hybris builds.
Typically it is generated at hardware adaptation time.
The CONFIG GOES... line below can be used by automation to modify
this file.
*/
#include <android-version.h>
/* Added by Droid HAL packaging for find5 */
#define QCOM_BSP 1
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment