Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created November 6, 2015 20: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/dbd67e8e3bb5d15c5af8 to your computer and use it in GitHub Desktop.
Save Nokius/dbd67e8e3bb5d15c5af8 to your computer and use it in GitHub Desktop.
[SFOS] find7s 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 find7s */
/* Added by automatic QCOM_BSP detection */
#define QCOM_BSP 1
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment