Remove Profile Build Dependency: Do it at runtime 36/97336/9
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 14 Nov 2016 02:09:32 +0000 (11:09 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 9 Jan 2017 04:22:12 +0000 (13:22 +0900)
- This is for Tizen 4.0.

  : Tizen 4.0 Configurability and Build Blocks require
  to remove all profile-depending build options in spec files.
  (No More profile macros)

- It is recommended to distinguish features/profiles at runtime.
 unless it incurs too much overhead, which requires you to
 create multiple binaries and subpackages.

Change-Id: I200b851806704eba228709e07f0f6e634f521032
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

No differences found